The wildcard is pre-processed to /etc/hosts ... on the
local system before the command is run which can cause
it to fail or return the incorrect files.
For some reason that doesn't work for me when I'm copying multiple files. You can only get one file at a time. SSCP is great and hopefully new releases will fix this issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1154045
Hi,
I had the same Problem while I was writing my ssh2all
(also on sf) and the solution is simple to escape the
wildcards...
e.g. try: sscp -f testfarm -g /etc/host\* /tmp
Logged In: NO
For some reason that doesn't work for me when I'm copying multiple files. You can only get one file at a time. SSCP is great and hopefully new releases will fix this issue.