Joe Rhett <[EMAIL PROTECTED]> writes:

> Adequate file transfer in SSH would look something like this:
> 
> local% scp remote:files_I_want/* .    <-- multiple file transfer

Instead it looks like this:

local% scp "remote:files_I_want/*" .

What's the problem?

Reply via email to