[Bug 3640] New: Document scp wildcards working only in one direction
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Dec 4 19:45:59 AEDT 2023
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.
More information about the openssh-bugs
mailing list