Filemask is not behaving as expected
Hi everybody,
I need an automated process which downloads files from remote and than deletes them. What I try to avoid is that I download a file and delete it, while it's being uploaded by another person. Therefore I wanted to use the filemask feature.
If I use:
all zip files are downloaded. I expected that only files that were last modified before 2012-12-14 14 o'clock would be downloaded.
Can please somebody tell me if I am doing something wrong or did I miss something in the documentation?
Thanks!
I need an automated process which downloads files from remote and than deletes them. What I try to avoid is that I download a file and delete it, while it's being uploaded by another person. Therefore I wanted to use the filemask feature.
If I use:
get -filemask="*.zip<2012-12-14 14:00:01" *
Can please somebody tell me if I am doing something wrong or did I miss something in the documentation?
Thanks!