Magnus
28-08-2007, 18:29
Hi out there,
I've a problem with the vsftpd.
I start the vsftpd from my rc.local with the /opt/etc/vsftpd.conf.
I cannot login with the anonymous user. Named Users are working.
Unfortunately I don't know so much about the vsftpd. What is missing ??
Do I need another user or group ??
Should I create the anonymous user with the web interface ??
Here is my config. Please help.
===========================
anonymous_enable=YES
nopriv_user=root
local_enable=YES
write_enable=YES
local_umask=022
anon_upload_enable=YES
anon_mkdir_write_enablanon_other_write_enable=YES
anon_world_readable_only=NO
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
syslog_enable=YES
listen=YES
secure_chroot_dir=/
chroot_local_user=YES
enable_iconv=YES
local_charset=UTF-8
remote_charset=CP950
max_clients=64
pasv_enable=YES
pasv_min_port=65000
pasv_max_port=65535
pasv_address=81.210.xxx.xxx
======================================
bye
Magnus
I've a problem with the vsftpd.
I start the vsftpd from my rc.local with the /opt/etc/vsftpd.conf.
I cannot login with the anonymous user. Named Users are working.
Unfortunately I don't know so much about the vsftpd. What is missing ??
Do I need another user or group ??
Should I create the anonymous user with the web interface ??
Here is my config. Please help.
===========================
anonymous_enable=YES
nopriv_user=root
local_enable=YES
write_enable=YES
local_umask=022
anon_upload_enable=YES
anon_mkdir_write_enablanon_other_write_enable=YES
anon_world_readable_only=NO
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
syslog_enable=YES
listen=YES
secure_chroot_dir=/
chroot_local_user=YES
enable_iconv=YES
local_charset=UTF-8
remote_charset=CP950
max_clients=64
pasv_enable=YES
pasv_min_port=65000
pasv_max_port=65535
pasv_address=81.210.xxx.xxx
======================================
bye
Magnus