Personal tools

Vsftpd

From MohidWiki

Revision as of 20:15, 5 February 2009 by Guillaume (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

vsftpd is the very secure ftp daemon, a secure ftp server.

Configuring

> su

Installing

> yum install vsftpd
> /sbin/chkconfig --levels 345 vsftpd on
> /sbin/chkconfig --list | grep ftp

General

> vim /etc/vsftpd/vsftpd.conf
vsftpd.conf>
anonymous_enable=NO
write_enable=NO

Managing users

Simply add local users to the following file:

> vim /etc/vsftpd/ftpusers

External references