I have a problem when intall vsftpd uses the mac port, when I want to start the vsftp service using
sudo /opt/local/sbin/vsftpd
I have an error like this
500 OOPS: vsftpd: not configured for standalone, must be started from inetd.
Can anyone suggest me how can I do this?
this is my vsftpd.config file
anonymous_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
chroot_local_user=YES
listen=YES
pam_service_name=ftpd`
source
share