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

Annon Access help #191

Closed
lukedoesgit opened this issue Mar 19, 2024 · 4 comments
Closed

Annon Access help #191

lukedoesgit opened this issue Mar 19, 2024 · 4 comments

Comments

@lukedoesgit
Copy link

Hi, thanks for the great work :)

I set everything up and could add users and login in to local host via filezilla.

However now i would just like annon users i have followed mostly from the issue 144 and 43

i have omitted the env vars from my compose file and changed the run.sh file to use annon user , however im not sure if/how i can use the run command and the -e flag as currently i use a profile to bring all my containers up. (Is this what is stopping annon access from working ?)

currently getting this error in file zilla

image

Any suggestions or pointers in right direction would be great as i am new to this

Thanks in advance

@lukedoesgit
Copy link
Author

UPDATE:

I found this at the bottom of the dockerfile would removing -E from here be the same ?

image

@stilliard
Copy link
Owner

stilliard commented Mar 19, 2024

Hi @lukedoesgit ,

I've not done much with anon logins with ftp but I'll help where I can.

In your update you mentioned the Dockerfile CMD line which is where we pass -E to prevent anon ftp access by default (ref https://linux.die.net/man/8/pure-ftpd).
Yes you're right that you'll either need to remove that, or you could maybe override it by setting/overriding the command directly in your docker-compse file (ref
https://docs.docker.com/compose/compose-file/compose-file-v3/#command)

Hope this helps but if not, if you can provide an example docker-compose file or changes made I can have a go my side later today.

@stilliard
Copy link
Owner

Also, not sure if this helps or if you've seen but another user here did start work on anon support directly for the project but it wasn't finished: https://github.com/stilliard/docker-pure-ftpd/pull/152/files

@lukedoesgit
Copy link
Author

Also, not sure if this helps or if you've seen but another user here did start work on anon support directly for the project but it wasn't finished: https://github.com/stilliard/docker-pure-ftpd/pull/152/files

Hi Stilliard,

Thanks for confirming the removal of the -E flag , it now allows me to login as an annon user. And yes i started following that page too which was helpful.

Thanks again !

Luke

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