Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vsftpd user login - problem with vsftpd.conf
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
selberbauer
Apprentice
Apprentice


Joined: 20 Dec 2010
Posts: 276

PostPosted: Thu May 12, 2011 2:01 pm    Post subject: vsftpd user login - problem with vsftpd.conf Reply with quote

Hi Gentoo-Community,
i want to set up a ftp Server, where i log on with a user name + password and then can edit, download my /home/<user> directory/files.
The problem is that i dont manage this, i can see files of example /mnt with anonymous but when i enable the user options in my .conf my browser is saying that theres an error in my ftp modul

I only emerged vsftpd and edited the .conf do i have to do something else to bring the ftp server up with user support?

heres the .conf
Code:

server ~ # cat /etc/vsftpd/vsftpd.conf
# General
#write_enable=YES
local_enable=YES
#local_umask=022
chroot_local_user=YES
chroot_list_enable=YES
#anonymous_enable=YES
#ascii_upload_enable=YES
#ascii_download_enable=YES
#dirmessage_enable=YES
ftpd_banner="Welcome to my ftp server" # this doesnt work either..
#ls_recurse_enable=YES
#hide_ids=YES
#download_enable=YES

# SSL
force_anon_logins_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=NO
ssl_enable=NO
ssl_sslv2=NO

# User
userlist_deny=NO
userlist_enable=YES
userlist_file=/etc/vsftpd.user_list

# Connection
#anon_max_rate=1
#local_max_rate=0
#ftp_data_port=20
#listen_port=21
listen=YES
#max_clients=0
#max_per_ip=4
#pasv_min_port=0
#pasv_max_port=0

# Verzeichnis
#anon_root=/mnt


Pls help me asked already in some forums but theres nobody who can help

regards
Back to top
View user's profile Send private message
selberbauer
Apprentice
Apprentice


Joined: 20 Dec 2010
Posts: 276

PostPosted: Thu May 12, 2011 3:56 pm    Post subject: Reply with quote

i found now a new conf:

Code:


local_enable=YES
write_enable=YES
anonymous_enable=NO
chroot_list_enable=NO
chroot_local_user=YES
#background=YES
listen=YES
ls_recurse_enable=NO

# Log
xferlog_enable=YES
xferlog_file=/var/log/vsftpd/vsftpd.log

# Connection
idle_session_timeout=600
data_connection_timeout=120
ascii_upload_enable=NO
ascii_download_enable=NO

nopriv_user=downloader
dirmessage_enable=YES
ftpd_banner=Welcome to FTP

ssl_enable=YES
force_local_logins_ssl=YES
ssl_sslv3=YES
rsa_cert_file=/etc/ssl/certs/vsftpd.pem
rsa_private_key_file=/etc/ssl/certs/vsftpd.pem



i added my user account also already to the group "ftp". Under Chromium (gentoo) i get the authentification Box and i can type in username and password, but there isnt any reaction when i fill in my userdata chromium just loads the authentification box new.
Under WIndows (Opera) i am getting "FTP Modul Error".
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum