scp all files starting with 'file' from a server
Posted
by user209691
on Stack Overflow
See other posts from Stack Overflow
or by user209691
Published on 2010-03-27T10:26:26Z
Indexed on
2010/03/27
10:33 UTC
Read the original article
Hit count: 200
Hi, I use this command to copy all files whose names start with 'file' from a server. scp -vp me@server:/location/files* ./
But i got a 'No Match' error. probably Concerning the '' in the command. How can i protect the '' for ssh to understand that this refers to a list of files and not taking it as a filename.
Thx August
© Stack Overflow or respective owner