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

petant

prevent a file with a file size of 0 to be ftp

I am using verison 5.1.7.

The goal is to not send a file to a FTP server if the file is a size 0.

I have found documentation online where you state I can use the following:

"size[KMG] Matches files smaller than size. <1K "

I am not sure exactly where to place this matching code. Do I use the <1K as part of the PUT command?

I tried that but it does not seem to work.

Thank you