Andrew Stilliard
Andrew Stilliard
Hey @adisadi Thanks for the contribution! Looks interesting, I've not used the uploadscripts before but will check this out. Quick question, does this need to be off the hardened branch?...
Hi @DimitriyB Depending on the change, you may be able to use the `ADDED_FLAGS` env var. Hope this helps
Hi @abinhho , Pure-FTPd provides FTP & FTPS (FTP+SSL) support which works for most cases. For SFTP support you'd need to use a dedicated SFTP service instead. Hope this helps.
Hi @Warfront1 , sorry for the delayed reply. Thanks for sending this in and the detailed flow, i've not had chance to go through the steps yet but will try...
Hi @MarcelRobitaille I think when calling the `pure-pw` commands you may need to pass the path to the db file, e.g. `-f /etc/pure-ftpd/passwd/pureftpd.passwd` Hope this helps.
Weird, nothing's changed for that version as it's tagged. I'm unable to test right now but will try to over the weekend to see if there was an issue in...
Hi @MarcelRobitaille & @coilock , I've tested today starting the latest version, stopping it and starting again using your example docker-compose.yml file. All worked as expected and I was able...
Also I tested by exec'ing into the server with: ``` docker-compose exec pure_ftpd bash ``` and running: ``` pure-pw show paperless -f /etc/pure-ftpd/passwd/pureftpd.passwd ``` to confirm it shows the correct...
I'm not sure what `paperless` is btw but as you both have a user called that I assume it's some platform for running docker maybe? Is it possible that platform...
Hi @prsolucoes You should be able to add as many users as you like, exec into the running container and use the `pure-pw` command to add each user, see here...