Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

lu

Re: Upload - Overwrite if file size is larger than file

[quote="prikryl"]There's no such option. But you can synchronize files based on their size.[/quote]

Thanks, that did the trick.
martin

Re: Upload - Overwrite if file size is larger than file

There's no such option. But you can synchronize files based on their size.
lu

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