
Installing and configuring vsftpd on FreeBSDcd /usr/ports/ftp/vsftp && make install
clean We can now configure vsftpd, which keeps it’s configuration data in the/usr/local/etc/vsftpd.conf
vi /etc/rc.conf
vsftpd_enable="YES"
In order to start vsftpd, execute the following command:
/usr/local/etc/rc.d/vsftpd start
😀
You must be logged in to post a comment.