Post a reply

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: Using time masks

You use an opposite operator.
It should be:
get *.txt<1H
fernanda.linsr

Using time masks

Hi! I was trying to copy only files older than 59 minutes but I can't use the mask like on this tutorial. https://winscp.net/eng/docs/file_mask#size_time

I need to get only the files older than 1 HOUR

I'm trying like this:

mget *.txt">1H"

It doesn't matter if I put 1Y or whatever, it just ignores that mask and download the file anyway.

Help?