4.2.1: put tries to send the same file forever

Advertisement

mjcoder
Joined:
Posts:
1

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

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum