stilliard / docker-pure-ftpd

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

Increase LimitRecursion #158

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello, could you provide a way to increase LimitRecursion limit? Default is set to 1000 which is not too much. I have a directory with about ~100k files which i want to share with FTP. I tried editing pure-ftpd.conf file, but it's seems like it's not used, when you run binary with command lines argument. Is there maybe a variable I can use, or do i need to create my own Dockerfile?

stilliard commented 3 years ago

Hi @Szymon-Rysztof Sorry for the delay.

You can pass the -L flag to set this when starting the service, please see: https://download.pureftpd.org/pub/pure-ftpd/doc/README

Thanks