martin Re: prevent a file with a file size of 0 to be ftp 2015-03-23 Duplicate post: https://winscp.net/forum/viewtopic.php?t=15067
petant prevent a file with a file size of 0 to be ftp 2015-03-20 19:21 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