HOW TO setup anonymous FTP without password

riverdance

Verified User
Joined
Feb 27, 2009
Messages
91
Location
Belgium
Hello good people,

How can i setup anonymous FTP without password.
Its asking for password when i try to login.


Anybody know how to do it without password?
 
Anonymous ftp always asks for password but doesn't check it. It's considered good practice to use your email address as a password so if the server admin can contact you if necessary.

Jeff
 
@riverdance,

You need a dedicated IP for that, and unified_ftp_password_file should be set to 0. Otherwise you'll be asking for password.
 
@riverdance,

You need a dedicated IP for that, and unified_ftp_password_file should be set to 0. Otherwise you'll be asking for password.

create new sheme, example anonim.
setup to sheme anonim new ip address.
create new user, exemple test.
setup user test sheme anonim.
login as user test.
open page FTP Management - > Anonymous FTP settings.
Setup V in field: Allow Anonymous Access:
set unified_ftp_password_file = 0
restart directadmin and restart proftpd, but after connect to domain ftp.domain.net required password.

please help me.
thank you.
 
Back
Top