Disconnected from server

Advertisement

froggy
Joined:
Posts:
5
Location:
Ajaccio

Disconnected from server

Hi,

First of all thanks a lot for this very nice tool.
The scripting ability is exactly what i was looking for.
I can forget about filezilla now.

I have a issue when uploading files, i get following error after first transfer :
"Disconnected from server"
i tried batch mode and gui , i have the same error.
the same transfer works fine with filezilla.

command line :
WinSCP.com /script=script.txt /log=winscp.log

script :
option batch abort 
option confirm off  
open ftp://login:pass@ftp3.akka.eu/ 
lcd J:\download\DEX  
cd /IT/DEX/  
put AF-CCA_NEO-*.tar.Z  
close  
exit

i have also attached the script log file

Using WinSCP 5.5.5 on Windows 7x64.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

OK, your server seems to fail on MFMT command that WinSCP uses to update uploaded file time to that of original file. FileZilla does not update file time by default.

Try to turn off Preserve timestamp transfer option:
https://winscp.net/eng/docs/ui_transfer_custom

You can also try to enable Transfer > Preserve timestamps of uploaded files in FileZilla, if it makes FileZilla fail the same way as WinSCP.

Reply with quote

Advertisement

Advertisement

martin
Site Admin
martin avatar

froggy wrote:

when i use the option "preserve timestamp" in filezilla, i have the same error message than in WinSCP
Thanks for the feeedback.

Reply with quote

Advertisement

You can post new topics in this forum