Skip to content

Add ftp server

Aurélien Bertron requested to merge feature/ftp into master

I added a simple ftp server.

Users are not taken from LDAP, instead you have to create them in the container like explained in the README of the image:

pure-pw useradd bob -f /etc/pure-ftpd/passwd/pureftpd.passwd -m -u ftpuser -d /home/ftpusers/bob

Both the data and the configuration are in the backup.

Merge request reports