| Summary: | advanced (s)FTP operations: atom change, overwrite ask, overwrite backup | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | Rafal Maj Raf256 <kdebugs-34u2-ticket> |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | krusader-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Rafal Maj Raf256
2005-02-25 12:52:10 UTC
Oh, I forgot, asking confirmation for overwritting is annoying, but sometimes it is needed.
IMHO there should be a key (like ctrl+F5, alt+F5 or something?) so that copy command will (this time) not ask for confirmation.
Also, program could ask for confirmation if he see that there is a file with same name - basing of last remote directory listing (yes, it could perhaps changed, but it should be better then waiting 1-5 seconds to re-check if there is overwrite problem, and then ask for confirmation).
if ( is same file listed in previous out-of-date ls of remote dir ) {
over = ask for overwrite confirmation ;
if (!over) return;
}
reconnect to server etc...
if ( check if there is NOW same file ) {
if (over) break ; // user confirmed already, so continue
over = ask;
if (!over) return;
}
;)
|