Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Does OpenSSH includes an FTP server. After using gnome I have seen that you can mount remote disks by using the sFTP. The interesting part isthat I dont remember ever setting an ftp server. Which means that openssh-server acts as the ftp server.
I am not sure and I want to corroborate this. Thanks for the info.
ftp and sftp are completely different things. You don't need an ftp server to connect to a box via sftp. Actually, you can't connect to an ftp server with an sftp client because they speak two different protocols. sftp clients immitate the behaviour of ftp clients but that's about it.
ftp and sftp are completely different things. You don't need an ftp server to connect to a box via sftp. Actually, you can't connect to an ftp server with an sftp client because they speak two different protocols. sftp clients immitate the behaviour of ftp clients but that's about it.
yes thats what I wanted to hear, so in the SFTP sense openssh will act as the sftp server correct.
I used scp in the past but I guess sftp is a much better way to interact.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.