Image corruption with keepuptodate
Hi,
Using task scheduler to call WINSCP to sync a folder to a remote FTP site with keepuptodate. We noticed today that some .jpg files were corrupted on the remote end while it could be open locally. I've read through a couple of forum posts regarding setting the transfer mode to binary and I've done that since I set this up.
Just wondering if anyone else has faced this issue before even with binary mode turned on. Below is the argument line I used.
/ini=nul /log="C:\Logs\imagessync.log" /logsize=5*10M /command "option batch continue" "option confirm off" "open ftps://username:password@ftpsite -explicit" "keepuptodate -transfer=binary -resumesupport=on -delete ""D:\folder\images"" "/images""
Using task scheduler to call WINSCP to sync a folder to a remote FTP site with keepuptodate. We noticed today that some .jpg files were corrupted on the remote end while it could be open locally. I've read through a couple of forum posts regarding setting the transfer mode to binary and I've done that since I set this up.
Just wondering if anyone else has faced this issue before even with binary mode turned on. Below is the argument line I used.
/ini=nul /log="C:\Logs\imagessync.log" /logsize=5*10M /command "option batch continue" "option confirm off" "open ftps://username:password@ftpsite -explicit" "keepuptodate -transfer=binary -resumesupport=on -delete ""D:\folder\images"" "/images""