tom panzarella on Wed, 18 Jul 2001 09:50:46 -0400 |
On Wed, 18 Jul 2001 gerhard@wtci.net wrote: > Hi Guys, > > Does anyone out there know of a way to copy files while you are in a > terminal session. > With ssh you can sftp, but isn't there something like "remotecp" or a nifty > little command that will let you transfer files. I don't know if OpenSSH ships with it but SSH.com's ssh gizmo comes with the 'scp' utility: $ scp user@fromhost:/path/to/file user@tohost:/path/to/destination (I'm pretty sure that's the syntax ... if not `man scp' will tell you what you want to know). t. ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|