This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: scp wont allow wildcards


On 10/11/11 11:41 AM, zzapper wrote:
rcp root@111.111.111.111:/var/html/www/scripts/*.php .

reports "no Matches"

I guess it's a setting on the remote server in .rhosts etc please advise

drat I meant scp
Try escaping the *

either

scp "root@111.111.111.111:/var/html/www/scripts/*.php" .

or

scp root@111.111.111.111:/var/html/www/scripts/\*.php .





--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]