You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker's ftp virtual user (FTP_USER_NAME) uses default UID:GID as 1000:1000. So that's ID maps to host machine's user with same IDs and must be prevelegy compatible. If not then access denied error possible (error 500) on login or files operations.
Two important things missing from documentation:
1000:1000 must have access to FTP_USER_HOME on host;
1000:1000 must have read/write access for all files/folders available to edit from FTP.
Thanks for reporting this, would you be interested in making a pull request to add this to the readme file under the existing "Setting runtime FTP user" section?
I would be very thankfull for a detailed guide for how to use this image with multiple ftp users with different homedirs. What are the correct UID settings on the host's directories (the homedirs), and what is the correct setting for UIDs inside the pureftpd.passwd file.
Docker's ftp virtual user (FTP_USER_NAME) uses default UID:GID as 1000:1000. So that's ID maps to host machine's user with same IDs and must be prevelegy compatible. If not then access denied error possible (error 500) on login or files operations.
Two important things missing from documentation:
Problem example (related issues: #109, #51):
The text was updated successfully, but these errors were encountered: