Displaying 1 result from an estimated 1 matches for "neurdpro".
2023 Dec 04
0
[Bug 3640] New: Document scp wildcards working only in one direction
...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.