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

Re: Standard Last modified datetime of the remote file.

unaligned wrote:

Does this mean that if I am writing a program that automates downloading or uploading files that are new every day (files still exist from previous days in the directories) that there is no way via code to determine which files the program should ul/dl?

Please read
https://winscp.net/eng/docs/script_download_most_recent_file
unaligned

Re: Standard Last modified datetime of the remote file.

martin wrote:

You cannot access this functionality directly from script. You can use ls command to get directory listing including the modification timestamp.


Does this mean that if I am writing a program that automates downloading or uploading files that are new every day (files still exist from previous days in the directories) that there is no way via code to determine which files the program should ul/dl?
martin

Re: Standard Last modified datetime of the remote file.

You cannot access this functionality directly from script. You can use ls command to get directory listing including the modification timestamp.
Ahsan

Standard Last modified datetime of the remote file.

I had searched a specific command for last modified datetime of the remote file. The basic ftp command for this purpose is MDTM. Does Winscp support this operation.????
Ahsan

Get remote file changed date and time.

Hi,

Can you please help to which command will give me last modified remote file date and time? I tried to find out but failed to do.

Thanks.