[ale] SSH Downloading

Christopher Fowler cfowler at outpostsentinel.com
Tue Jul 29 09:03:26 EDT 2003


On Mon, Jul 28, 2003 at 10:09:08PM -0400, Geoffrey wrote:
> 
> 
> Robert Coggins wrote:
> >Hey all!
> >
> >Its me again!
> >
> >Is there a way to download a file in ssh from the remote to the local
> >computer without having to run an ftp/sftp program and vice versa?  
> 
> scp user at server:/pathtothefile putithereonmylocalmachine
> 
> or
> 
> scp user at server:relativepathtouserhome putithereonmylocalmachine
> 
> You can drop the user@ if the ids are the same on the two machines.

or

ssh -tC2 user at remote cat file | cat > file
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale





More information about the Ale mailing list