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

AntoineFern

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