Here is my /etc/vsftpd.conf in debian8:
anonymous_enable=YES
local_enable=YES
write_enable=YES
chroot_local_user=YES
local_root=/home/ftp
anon_root=/home/ftp
I can connect the ftp server with open 192.168.1.100 (My local ip is 192.168.1.100).
Why can't connect the ftp server when to add two lines into /etc/vsftpd.conf?
anon_upload_enable=YES
anon_mkdir_enable=YES