docker-pure-ftpd icon indicating copy to clipboard operation
docker-pure-ftpd copied to clipboard

Increase LimitRecursion

Open ghost opened this issue 4 years ago • 1 comments

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?

ghost avatar Apr 20 '21 13:04 ghost

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

stilliard avatar May 16 '21 09:05 stilliard