How to not ftp a file if the file size is <1K
I am using verison 5.1.7.
The goal is to not PUT a file on an FTP server if the file is a size 0 text file which has no data.
I have found your 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 put this matching code. Do I use the <1K on the PUT command?
If I don't want to PUT a file if it is less than 0K do I use <0K?
The goal is to not PUT a file on an FTP server if the file is a size 0 text file which has no data.
I have found your 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 put this matching code. Do I use the <1K on the PUT command?
If I don't want to PUT a file if it is less than 0K do I use <0K?