- martin
Post a reply
Topic review
- mjcoder
4.2.1: put tries to send the same file forever
Hi,
I'm using WinSCP with /console /script to upload a file to a FTP server. It happened today that WinSCP tried to send the same file forever. The script I used was:
option echo off
open ftp://user-id:password@host
option confirm off
option batch abort
option transfer binary
put -nopermissions -preservetime "C:\path-to-file-to-upload.zip" "/backup/4/"
exit
Any idea what happened and how I can avoid this problem?
Regards,
Mark
I'm using WinSCP with /console /script to upload a file to a FTP server. It happened today that WinSCP tried to send the same file forever. The script I used was:
option echo off
open ftp://user-id:password@host
option confirm off
option batch abort
option transfer binary
put -nopermissions -preservetime "C:\path-to-file-to-upload.zip" "/backup/4/"
exit
Any idea what happened and how I can avoid this problem?
Regards,
Mark