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

overnighdj

exit command not working

Yes that does work but it gets all the files on the server

I was looking for the files in one single sub folder only
overnighdj

exit command not working

i have the following batch file to get the files in a dir

script runs fine
but will not exit and logoff server

gives prompt c:\winscp

can anyone tell me what is wrong

winscp.com /command ^
"open sftp://login:password@ftp.hostname.com" ^
"cd /Cindy/1Mon/" ^
"get * c:\cindy\" ^
"exit"