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
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