← all formulas
vsftpd
Secure FTP server for UNIX
- Version
- v3.0.5
- License
- GPL-2.0-only
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install vsftpdCaveats
To use chroot, vsftpd requires root privileges, so you will need to run
`sudo vsftpd`.
You should be certain that you trust any software you grant root privileges.
The vsftpd.conf file must be owned by root or vsftpd will refuse to start:
sudo chown root $HOMEBREW_PREFIX/etc/vsftpd.conf