Results 1 to 2 of 2
Hello,
I an intermediate Linux user I have installed SUSE enterprise 10 (SLES) and I was wondering between the following ftp servers which one is better (easier and faster to ...
- 09-07-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 3
Suse 10 FTP servers
Hello,
I an intermediate Linux user I have installed SUSE enterprise 10 (SLES) and I was wondering between the following ftp servers which one is better (easier and faster to configure, add users create and restrict to home directory)
-lukemftp
-ncftp
-vsftpd
-pure-ftpd
or something else
many thanks in advance
- 09-07-2009 #2
Hi and welcome to the forum.
I don't know which is best because thats a matter of personal preference, but I usually use vsftpd if I need an ftp server. To restrict local users to their home directories, you could edit vsftpd.conf and make sure you have
Code:chroot_local_user=YES


Reply With Quote