Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vsftpd, anonymous downloading & passworded write
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
Lethality
Tux's lil' helper
Tux's lil' helper


Joined: 28 Mar 2006
Posts: 118

PostPosted: Sat Apr 23, 2011 4:05 pm    Post subject: vsftpd, anonymous downloading & passworded write Reply with quote

I followed the guide at http://wjholden.com/vsftpd-help.html to set up "5) Configuration for anonymous downloading, passworded uploading". For some reason it doesn't work. WinSCP always asks for a password "ease specify the password" (funny typo :P) and when trying to access ftp from a browser it keeps loading forever.

My config:
Code:

  anonymous_enable=YES
  local_enable=YES
  write_enable=YES
  anon_upload_enable=NO
  anon_mkdir_write_enable=NO
  dirmessage_enable=YES
  chown_uploads=NO
  xferlog_enable=YES
  idle_session_timeout=600
  data_connection_timeout=120
  ascii_upload_enable=NO
  ascii_download_enable=NO
  ftpd_banner=Your Banner Goes Here
  chroot_list_enable=NO
  chroot_local_user=YES
  nopriv_user=ftp
  chroot_list_file=/etc/vsftpd/vsftpd.chroot_list
  background=YES
  listen=YES
  listen_port=5532
  ls_recurse_enable=NO
  pam_service_name=vsftpd


my vsftpd.chroot_list is empty.


Did I miss something or is the config deprecated for use with recent versions of vsftpd?
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