fauria / docker-vsftpd

🐳 vsftpd Docker image based on Centos 7. Supports passive mode and virtual users.
https://hub.docker.com/r/fauria/vsftpd/
Apache License 2.0
414 stars 341 forks source link

Could you open local_root option #85

Open chan15 opened 8 months ago

chan15 commented 8 months ago

My FTP user account is chan, so I made a volume like /data/a/chan:/home/vsftpd/chan, it works perfectly, but I found out some of my client's code will use ../other to put files to relative up folder, so I need to make a volume like /data/a:/home/vsftpd/chan and set /data/a/chan as default folder when login ftp, and also they can go up folder to other folder, is it possible?