bugzilla-daemon at mindrot.org
2023-Dec-04 08:45 UTC
[Bug 3640] New: Document scp wildcards working only in one direction
https://bugzilla.mindrot.org/show_bug.cgi?id=3640 Bug ID: 3640 Summary: Document scp wildcards working only in one direction Product: Portable OpenSSH Version: 9.5p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: scp Assignee: unassigned-bugs at mindrot.org Reporter: jidanni at jidanni.org On the scp man page, perhaps mention that wildcards only work in one direction: $ set notes.txt $ scp neurdpro.org:m.j*.o*/X/$@ . notes.txt 100% 4976 15.5KX/s 00:00 $ scp $@ neurdpro.org:m.j*.o*/X/ scp: dest open "m.j*.o*/X/": No such file or directory scp: failed to upload file notes.txt to m.j*.o*/X/ -- You are receiving this mail because: You are watching the assignee of the bug.
Reasonably Related Threads
- [Bug 3556] New: Document scp version command
- [Bug 3557] New: Multiple files force undocumented remote directory creation
- [Bug 3660] New: Prevent disastrous unintended local copying
- [Bug 1091] targetshouldbedirectory not set for remote wildcards
- [Bug 3115] New: Add --help