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

Docker Pure-ftpd Server

Results 32 docker-pure-ftpd issues
Sort by recently updated
recently updated
newest added

I followed the docs to create my setup and it has been running fine for months. Today, I rebooted my served (I did not update anything at all), and now...

Update from Debian Buster to Bullseye. Added libsodium as a dependancy.

First of all, I want to thank you for this image. I set it and and it seems to be working fine. But I need to give a user access...

question

Hello, I run the container using : ` docker run -d --name ftpd_server -p 21:21 -p 30000-30009:30000-30009 -e "ADDED_FLAGS=--tls 0" -e "PUBLICHOST=localhost" -e "FTP_MAX_CLIENTS=50" -e FTP_USER_NAME=bob -e FTP_USER_PASS=12345 -e FTP_USER_HOME=/home/bob...

Hi there. I'm trying to setup up this container to be used through Traefik. This is what I did. ``` ftp-sgrio: image: stilliard/pure-ftpd:hardened restart: on-failure:3 environment: FTP_USER_NAME: bla FTP_USER_PASS: blablabla...

help wanted

Hi. i manged to update to bullseye by changin 2 things on dockerfile. Change sources.list and add libsodium23 I atach here: ``` # Stage 1 : builder debian image FROM...

I'd like to connect to `sftp` server by using a `key-file` but it seems this's not supporting it?

Hi! First of all, thanks for maintaining this docker container. Really helpful for my current project. Currently it seems that the FTP HASH command is not supported. Would be nice...

Please add an option to use pure-ftpd-virtualchroot instead of pure-ftpd in run.sh. Overriding the whole run.sh for this is not the best solution.