Issue when downloading due to one file

Advertisement

AntoineFern
Joined:
Posts:
3
Location:
France

Issue when downloading due to one file

Hi,

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

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum