docker-pure-ftpd
docker-pure-ftpd copied to clipboard
Increase LimitRecursion
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?
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