I am using Red Hat Linux Enterprise 5. I am new to this development environment, and previously worked on Windows.

Could anyone recommend a free and easy to setup/maintain FTP server for my platform? I only need basic features and it will be used by a couple of people only.

link|improve this question

1  
Belongs on serverfault. – Josh K May 18 '10 at 3:19
2  
From the Server Fault FAQ: Server Fault is for system administrators and IT professionals, people who manage or maintain computers in a professional capacity. Hence: no, I don't agree. (Apart from that, @Josh, you know short comments like that often make people repost the same question. A "...but it will be moved there automatically if applicable" helps to avoid that, I think?) – Arjan May 18 '10 at 5:42
@Arjan: The thing that hit me was "Red Hat Linux Enterprise 5." I am not up today on RHL at all, so I figured that was their commercial version of Linux. And yes, it would have helped. Bit late to be posting comments and I forgot. – Josh K May 18 '10 at 12:05
feedback

3 Answers

up vote 0 down vote accepted

You should have ProFTPD, pure-ftpd, and vsftpd available for installation on your system. While there are other ftp servers out there, these are packaged for RedHat (and RedHat derivatives such as CentOS). I'm not particularly familiar with any of them, but of the three vsftpd apears to have the best combination of documentation + ease of use.

These should all be available on your RH5 installation media, or online via "yum install ..." or whatever equivalent RH5 uses.

link|improve this answer
Which one of them do you recommend for a beginner? – George2 May 18 '10 at 3:32
3  
None. Use SFTP. – Josh K May 18 '10 at 3:44
SFTP you mean coreftp.com/server ? – George2 May 18 '10 at 3:48
3  
No. I mean install (should already be installed) SSH and then use SFTP. Much more secure. See en.wikipedia.org/wiki/SSH_file_transfer_protocol – Josh K May 18 '10 at 3:56
Cool, question answer! Thanks Josh! – George2 May 18 '10 at 5:44
show 2 more comments
feedback

The standard OpenSSH daemon has a built-in SFTP service if you enable it. You dont need to run a FTP server on your machine. The SSH daemon handles it by a built-in module. By the way, on Windows the WinSSHD freeware program does this also. Also, using Tunnelier to connect to it is good.

http://openssh.com/features.html

As of OpenSSH 2.5.0, complete SFTP support is included, using the sftp(1) command as a client. The sftp-server(8) subsystem automatically works in both SSH1 and SSH2 protocol.

link|improve this answer
Yep. Thanks for the edit. akadia.com/services/ssh_scp_sftp.html – djangofan Jun 3 '10 at 15:31
feedback

As you mentioned you are sitting on RHEL ..then take a look at vsftpd..easy to install and use. Although as mentioned earlier by others SFTp is gr8! but a bit harder to use for newbie.

Cheers Mate!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.