Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help allowing anonymous read access #43

Closed
ipetepete opened this issue Aug 2, 2017 · 1 comment
Closed

Need help allowing anonymous read access #43

ipetepete opened this issue Aug 2, 2017 · 1 comment

Comments

@ipetepete
Copy link

I've searched for what I'm missing but I can't seem to get the build to allow anonymous access.

I've removed the -E flag, and even changed the /etc/pure-ftpd/conf/NoAnonymous but nothing seems to allow anonymous.

Response is always error 421

What do I need to do to allow anonymous user access?

@stilliard
Copy link
Owner

Hi @ipetepete ,
Sorry for not replying sooner.
I believe to add anon support you must add a user called ftp and create it's home folder like so:

useradd -d /var/ftp -s /sbin/nologin ftp
mkdir /var/ftp

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants