Personal tools

Difference between revisions of "Vsftpd"

From MohidWiki

Jump to: navigation, search
(New page: vsftpd is the very secure ftp daemon, a secure ftp server. ==Configuring== ===General=== > vim /etc/vsftpd/vsftpd.conf vsftpd.conf> anonymous_enable=NO write_enable=NO ===Ma...)
(No difference)

Revision as of 20:13, 5 February 2009

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

Configuring

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