bugzilla-daemon at mindrot.org
2006-Jun-28 13:57 UTC
[Bug 1204] scp doesn't check that target is a directory
http://bugzilla.mindrot.org/show_bug.cgi?id=1204 Summary: scp doesn't check that target is a directory Product: Portable OpenSSH Version: 4.2p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: bradford.smith at usermail.com If a, b, c and d are all local files and I execute: scp a b c d I expect scp to fail because d is not a directory. Instead, scp executes: cp a d cp b d cp c d Overwriting d three times. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Jun-28 14:04 UTC
[Bug 1204] scp doesn't check that target is a directory
http://bugzilla.mindrot.org/show_bug.cgi?id=1204 t8m at centrum.cz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from t8m at centrum.cz 2006-06-29 00:04 ------- This bug was already fixed in 4.3p1. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Possibly Parallel Threads
- [Bug 1205] scp back-slash escaping of spaces ignored after username@hostname: tag
- [Bug 2133] New: scp failes between two ends using password authentication
- [Bug 1311] Performance on high BDP networks
- [Bug 1119] Enhancement request for raising minimum acceptable key length.
- [Bug 1122] __USE_GNU is internal glibc macro and should not be used