Opened 23 years ago
Last modified 18 years ago
#1556 closed Feature request
File overwrite option
Reported by: | hidekiono | Owned by: | |
---|---|---|---|
Priority: | high | Component: | Other |
Keywords: | Cc: | hidekiono, pckilla, ralawrence, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
The overwrite option needs another option.
The "overwrite if newer" seems to do the job for me
the most time but files like "index.shtml" can be
found in many places, thus may overwrite different
ones if wrong folder is chosen.
Like in CuteFTP, "overwrite if upload" option is very
nice to have.
Keep up the good job :)
Change History (4)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
I would like to see this feature something like this:
Downloading (Uploading):
- smaller: ask, owerwrite, resume, skip, rename
- same: ask, owerwrite, skip, rename
- larger: ask, owerwrite, skip, rename
comment:3 by , 20 years ago
I would prefer a "try and make the decision for me" option
in the preferences that does the following when your a
target (T) already exists for a source (S) you're trying to ftp:
if S.size = T.size and S.date is the same as T.date then
skip
elseif S.size > T.size or S.date is later than T.date then
overwrite
else
ask
endif
Logged In: NO
i agree. something like "apply this rule only to current transfer
in queue" option for overwriting files would be nice