ResumeSupport
I have taken over a process that another co-worker was doing manually FTP a file twice a week.
He had a script made, however, because the receiving server takes the file as soon as it's placed, the script would fail.
I have figured out if I modify the winscp.ini file to
He had a script made, however, because the receiving server takes the file as soon as it's placed, the script would fail.
I have figured out if I modify the winscp.ini file to
ResumeSupport=2
my script works fine. However we have other automated scripts that I don't want to leave this set to 2. I have tried to add -resumesupport=off
but just get an invalid switch error. Is there a correct way to update this script to set resumesupport off?