LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   File transfer with SSH? (https://www.linuxquestions.org/questions/linux-newbie-8/file-transfer-with-ssh-283483/)

Baix 01-28-2005 04:52 PM

File transfer with SSH?
 
Hey guys, I just got SSH working on two computers and was wondering if there is any way to transfer files from one to the other? Is there something else I should be using besides SSH? If I'm not being clear just say so and I'll try to clear things up, thanks all :-D

david_ross 01-28-2005 04:59 PM

You can use sftp or scp. Their man pages have more detail on the exact syntax.

Dark_Helmet 01-28-2005 04:59 PM

Check out the man page for scp. It's useful for copying a handful of files at a time. If you need to transfer a lot of files, then you could ssh to the machine that has them all, tar them up into one file, and then scp that file. Otherwise, you might consider setting up an FTP server, etc., etc.

Linux~Powered 01-28-2005 05:30 PM

Ha, I just wrote a little tutorial on it... www.thelinuxbox420.com

Dark_Helmet 01-28-2005 05:34 PM

/sigh... I always forget about sftp. Disregard that last bit about setting up an ftp server. As Linux~Powered's page on ssh mentions, the ssh server can act as an ftp server. You just need to connect with sftp.

Baix 01-28-2005 06:24 PM

I am always amazed at the wealth of info that can come out of this site, so far it hasn't failed me yet :-D Thanks, I'll start looking into those things now.


All times are GMT -5. The time now is 03:20 PM.