Click to See Complete Forum and Search --> : ssh and file transfer


maxl stylee
11-23-2000, 10:09 PM
i'm not really sure how it works yet..

my friend and i both put up ssh daemons on our computers because we are constantly exchanging files for web development.

what i would i like to know is once i'm logged in.....how can i go about downloading these files and uploading my files?

do i have to start an ftp daemon on his computer and then ftp in?

thanks.

Alex

ph34r
11-23-2000, 10:31 PM
Check out scp - secure copy. It sends one file at a time over a ssh connection.

turdball2k
11-24-2000, 01:06 AM
Originally posted by maxl stylee:
i'm not really sure how it works yet..

my friend and i both put up ssh daemons on our computers because we are constantly exchanging files for web development.

what i would i like to know is once i'm logged in.....how can i go about downloading these files and uploading my files?

do i have to start an ftp daemon on his computer and then ftp in?

thanks.

Alex

sftp rocks!

geo

jesterspet
11-24-2000, 12:11 PM
Depending on what version of SSH you have installed and are connecting to you can use either scp (secure copy) of sftp (secure FTP).

scp works for both SSH1 & SSH2. It simply copies the files to your local drive.

sftp works only in SSH2. however after you establish a connection to the computer, it works just like FTP. Much easier for folks like me to use, as I already know how to ftp via command prompt.

If you have never attempted to FTP via command prompt I would have ot say learn scp first. It doesn't have much of a learning curve, and works for both versions of SSH.

Hope this helps http://www.linuxnewbie.org/ubb/smile.gif


------------------
[X] YES! I'm a brain-damaged lemur on crack, and I'd like to order your software package for $459.95!