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: Empty folders

No, the time constraint is evaluated against files only.
martijn.aa

Empty folders

Hello,

I have the following script.
option batch abort
option confirm off
open ftp://username:password@ftp.adress.nl
synchronize -filemask="*>=1D" Remote C:\TEST
exit

C:\TEST has many subfolders with files in the subfolders, when execute the script files older than 1 day are not uploaded but the folders older than 1 day are created on the FTP server is there a way to prevent this?

Regards Martijn