Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: get and Put failed

Can you attach the log anyway? Both for successful and failed run.


How do you "call WinSCP through your application"?
imfarhan

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 =
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