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

Alvin

Re: put -preservetime doesn't work via FTPS

That turns out to be the case. Thanks!

martin wrote:

With FTP, the server has to support MFMT command to allow preserving timestamp of uploaded files. Does your server support it?
martin

Re: put -preservetime doesn't work via FTPS

With FTP, the server has to support MFMT command to allow preserving timestamp of uploaded files. Does your server support it?
Alvin

put -preservetime doesn't work via FTPS

I am using WinSCP 4.2.7

Here is the command:

winscp.com /command "open ftps://<user>:<passwd>@<host> -passive -implicit" "put -preservetime <src path> <target path>" "exit"

All the uploaded files have current time stamp.