martin Re: exit command not working 2018-09-25 Again, please read FAQ: https://winscp.net/eng/docs/faq_script_non_recursive
overnighdj exit command not working 2018-09-21 09:53 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
martin Re: exit command not working 2018-09-21 Please read FAQ: https://winscp.net/eng/docs/faq_batch_file
overnighdj exit command not working 2018-09-20 20:37 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:[email protected]" ^ "cd /Cindy/1Mon/" ^ "get * c:\cindy\" ^ "exit"