Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

froggy wrote:

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

Thanks for the feeedback.
froggy

when i use the option "preserve timestamp" in filezilla, i have the same error message than in WinSCP
martin

It's not in settings, it's in Transfer menu.
froggy

this option seems to be unavalaible in filezilla settings
martin

And does FileZilla fail as well when you enable option Preserve timestamps of uploaded files?
froggy

thanks !

it solved the problem in gui and batch mode
martin

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.
froggy

here's the filezilla log
martin

Re: Disconnected from server

Can you attach a log file from FileZilla too?
froggy

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.