ติดตั้ง vsftpd

Installing and configuring vsftpd on FreeBSD

cd /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

😀