LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Secure FTP (https://www.linuxquestions.org/questions/linux-newbie-8/secure-ftp-319351/)

jake_reginato 05-02-2005 10:27 AM

Secure FTP
 
Hello! I want to be able to run a secure ftp connection between my RedHat machine (server) and a board running uClinux. I'm very new to all this, can someone point me in the right direction... where I might find some reading material on these subjects? I've looked at vsftpd and ssh, but to be honest I'm not sure how to actually use these things.

Thanks a bunch,

Jake

ksgill 05-02-2005 10:37 AM

Run sshd (server for ssh) on the machine that's serving and then connect to it from the other machine by doing:

sftp username@machine.address

copy files using:

scp file destination

jake_reginato 05-02-2005 11:13 AM

Excellent! Thanks ksgill!

makuyl 05-02-2005 02:51 PM

If you connect with sftp you can just put files with "put filename" and get with get. Change local dirs with lcd and remote with the usual cd as an example as commands for the local comp are preseded with an l.


All times are GMT -5. The time now is 02:11 AM.