Upload - Overwrite if file size is larger than file
Hello, I am using version 4.2.5 to upload files to an ftp site.
Is it possible to overwrite files only if the file size is different than the filesize currently on the server? When the box asking if I want to overwrite comes up I do not see an option for this.
Example
local file = myfile.txt (size 20kb)
server file = myfile.txt (size 100kb)
if size(local file) != size(server file)
overwrite server file with local file
else
do not overwrite
end
Thanks in advance!
LU
Is it possible to overwrite files only if the file size is different than the filesize currently on the server? When the box asking if I want to overwrite comes up I do not see an option for this.
Example
local file = myfile.txt (size 20kb)
server file = myfile.txt (size 100kb)
if size(local file) != size(server file)
overwrite server file with local file
else
do not overwrite
end
Thanks in advance!
LU