We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: