500 OOPS: priv_sock_get_cmd
macbook:~ PJunior$ ftp [email protected] Connected to example.com. 500 OOPS: priv_sock_get_cmd ftp: Can't connect or login to host `example.com'
Open /etc/vsftpd.conf and at the end add
seccomp_sandbox=NO
and restart the Server:
sudo service vsftpd restart
500 OOPS: vsftpd: refusing to run with writable root inside chroot()
macbook:~ PJunior$ ftp [email protected] Connected to example.com. 500 OOPS: vsftpd: refusing to run with writable root inside chroot() ftp: Can't connect or login to host `example.com'
Open /etc/vsftpd.conf and at the end add
allow_writeable_chroot=YES
and restart the Server:
sudo service vsftpd restart
this will make ftp work with active mode only using FileZilla…
and it is a fail if you are using a nat router 🙁
Sorry to hear that… 🙁
If I got further updates I will post it here.