get and Put failed
Hi All,
I'm using the WinSCP 5.7.3 and calling the WinSCP through my application
Some time it work and some time doesn't work.
I've also enable the Log but it doesn't show/logged when its failed
But when the statment come to GET or PUT its abort the job.
The following command I'm passing through my application
Get =
hope its make sense!
Thanks for you help
I'm using the WinSCP 5.7.3 and calling the WinSCP through my application
Some time it work and some time doesn't work.
I've also enable the Log but it doesn't show/logged when its failed
But when the statment come to GET or PUT its abort the job.
The following command I'm passing through my application
Get =
Command = start /wait /D "C:\Program Files (x86)\WinSCP" winscp.exe Parameter = /console /command "open ftps://Servername:Password@10.111.193.20:990/xyz/shft/ -timeout=30" "get Source_File.csv G:\Master_Folder\Folder\Test_Folder\" "close" "exit"
hope its make sense!
Thanks for you help