Sign in with
Sign up | Sign in
Your question

VSFTPD anonymous download config

Tags:
  • FTP
  • Networking
  • vsftpd
  • anonymous
  • Ubuntu
  • Download
  • Login
  • Configuration
  • File Server
Last response: in Linux/Free BSD
Share
March 31, 2014 7:44:43 AM

I would like to configure my ubuntu vsftpd server to be an anonymous download only site that does not prompt for any user login and is publicly open does anyone have a vsftpd.conf example i could use? thankyou :) :bounce: 

More about : vsftpd anonymous download config

April 1, 2014 8:23:51 AM

Enabling anonymous access doesnt get rid of the username and password prompt :/ 
m
0
l
April 1, 2014 10:20:42 AM

no_anon_password=YES
When enabled, this prevents vsftpd from asking for an anonymous password - the anonymous user will log straight in.

Default: NO

Read the linked man page... all options are very detailed!
m
0
l
!