How to retry Upload when connection interrupt with Resume Support?
Hi. Tried to write a little batch file for winscp:
It is working, but how can I config to retry the upload if connection was broken? And the resumesupport option seems not to work for me, if I manually start the upload again it will upload from begin without checking which files uploaded correct and skip them.
option batch abort option confirm off open ftp://user:pass@100.100.100.100/ cd Backup cd Server put d:\SQLBackup\backup.7z.* Backup%TIMESTAMP#yyyymmdd%.7z.* -resumesupport=on close exit
It is working, but how can I config to retry the upload if connection was broken? And the resumesupport option seems not to work for me, if I manually start the upload again it will upload from begin without checking which files uploaded correct and skip them.