|
Prev: A very, very,small slackware router
Next: lvm2 problem
From: CD Baric on 1 Feb 2008 16:20 Hi again: I have left some small files on an Ubuntu box that I can connect to with my Slackware laptop. How can I copy or move a file from the Ubuntu box to my Slackware laptop using only ssh? Thanks.
From: Thomas Overgaard on 1 Feb 2008 16:25 CD Baric wrote : > How can I copy or move a file from the Ubuntu box to my Slackware laptop > using only ssh? From the command line you can use 'scp'. From KDE it can be done using Konqueror. -- Thomas O. This area is designed to become quite warm during normal operation.
From: Dan C on 1 Feb 2008 16:30 On Thu, 31 Jan 2008 21:20:20 +0000, CD Baric wrote: > I have left some small files on an Ubuntu box that I can connect to with my > Slackware laptop. > > How can I copy or move a file from the Ubuntu box to my Slackware laptop > using only ssh? man scp -- "Ubuntu" -- an African word, meaning "Slackware is too hard for me".
From: jellybean stonerfish on 1 Feb 2008 17:11 On Thu, 31 Jan 2008 21:20:20 +0000, CD Baric wrote: > Hi again: > > I have left some small files on an Ubuntu box that I can connect to with my > Slackware laptop. > > How can I copy or move a file from the Ubuntu box to my Slackware laptop > using only ssh? > > Thanks. As others have said you can use sftp or scp, but if you prefer to use just ssh this works. ssh username(a)youbox cat filename > filename hint: use tar to copy directories. stonerfish
From: CD Baric on 1 Feb 2008 17:16
Thomas Overgaard wrote: > CD Baric wrote : >> How can I copy or move a file from the Ubuntu box to my Slackware laptop >> using only ssh? > From the command line you can use 'scp'. That worked perfectly. Thanks |