Suppress errors (auto skip or retry)
Firstly, sorry if this has been documented elsewhere. I couldn't find a solution after 30 minuted searching the docs.
I have a script that periodically downloads & deletes files from an FTP server. The problem is that if it comes across a file that it cannot delete (if that file is in use on the server for instance) then the script hands awaiting user input (abort | retry | skip etc). Is there any way to tell WinSCP to automatically skip or retry, or even abort, when this happens? Or will the script always fail until it gets user input?
Thanks
I have a script that periodically downloads & deletes files from an FTP server. The problem is that if it comes across a file that it cannot delete (if that file is in use on the server for instance) then the script hands awaiting user input (abort | retry | skip etc). Is there any way to tell WinSCP to automatically skip or retry, or even abort, when this happens? Or will the script always fail until it gets user input?
Thanks