On Thu, Jan 21, 1999 at 04:07:25PM -0800, Joe Rhett wrote:
>  
> > |Adequate file transfer in SSH would look something like this:
> > 
> > |local% scp remote:files_I_want/* . <-- multiple file transfer
> > 
> >     I do that frequently using scp.  The _only_ problem is that
> >     the * must be communicated to the other side of the connection.
> 
> overlooked that. Okay, that point is fine.
> 
Maybe I missed something here, but I use scp like this all the time,
all you need to do to communicate the * to the other end is:

local% scp remote:files_I_want/\* .

If I missed part of this discussion, and look like an idiot because I 
missed the point, feel free to lart me.

-- 
        Jason Kohles -- [EMAIL PROTECTED]
        http://www.mediabang.com/

    I'm sure that that could be indented more readably, but I'm scared of
    the awk parser.             --Larry Wall in <[EMAIL PROTECTED]>

Reply via email to