vsftpd

From Gentoo Wiki
Jump to: navigation, search

External resources

vsftpd (Very Secure FTP Daemon) is a major FTP server.

Contents

Installation

Install net-ftp/vsftpd:

root # emerge --ask vsftpd

Configuration

Anonymous access

root # mkdir /home/ftp
File/etc/vsftpd/vsftpd.conf

listen=YES
local_enable=NO
anonymous_enable=YES
write_enable=NO
anon_root=/home/ftp

OpenRC

root # rc-update add vsftpd default
root #
/etc/init.d/vsftpd start

systemd

root # systemctl enable vsftpd
root #
systemctl start vsftpd
Personal tools
Namespaces

Variants
Actions
Gentoo Websites logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Navigation
Toolbox
Categories