- martin
Post a reply
Topic review
- AntoineFern
Issue when downloading due to one file
Hi,
I'm using this script which is working well:
But when a file is locked by a processus on FTP folder, the download fails for this file and the script is exiting, without downloading the others files.
How can I do ?
Thanks
I'm using this script which is working well:
"C:\Program Files (x86)\WinSCP\WinSCP.com" ^
/ini=nul ^
/command ^
"open ftpes://user:password@hostname:990/ -certificate="*"" ^
"lcd localPath" ^
"cd /folder" ^
"get *.zip" ^
"exit"
But when a file is locked by a processus on FTP folder, the download fails for this file and the script is exiting, without downloading the others files.
How can I do ?
Thanks