So strange, had a backup script running and now it is breaking.
Basically I can see the script puts the file on the server, it just has 0kb?
Here is my batch command
FTP -v -i -s:"C:\_shutdown\ftp.txt"
Here is my ftp.txt
open ftp.zzz.zzz
backup@zzz.zzz
zzzzzzzzzzzzzzz
lcd C:\_backup
cd /
binary
mput *.7z
disconnect
bye
When I run this batch script, it shows me connecting to the remote server, then it pauses and says "connection closed by remote host"
When I log in with win scp with the same credentials I can see the file there with 0kb. Also, note that when I upload with win scp I have no problems. So clearly this is something with the windows 7 ftp command line client? I've even tried uploading to different servers and I get the same result. I've also tried disabling my firewall but that doesnt make any difference.