stilliard / docker-pure-ftpd

Docker Pure-ftpd Server
https://hub.docker.com/r/stilliard/pure-ftpd/
MIT License
857 stars 325 forks source link

No Directory access when in FTP (Anonymous login) #192

Closed lukedoesgit closed 7 months ago

lukedoesgit commented 7 months ago

Hi Thanks for the help in Advance

Ive been following https://github.com/stilliard/docker-pure-ftpd/pull/152/files and other Anon issues/posts to allow Anon user access.

This now works , However once logged in the Directory of the container/ftp is empty. as seen below (its the same when using terminal ftp access) image

However within the container itself i have placed a 'send' and Receive' directories (from the compose) and these are visable

So any suggestions on why i can see my folders within the container but not when i connect to FTP ?

Thanks

lukedoesgit commented 7 months ago

Files are set to /var/ftp in the container and cannot go back into any other directories - found when exploring container and found my transferred file. (I will store files in here to be sent to connecting clients)

Doh on my behalf