

If you wish to set the UID & GID of the FTP user, use the FTP_USER_UID & FTP_USER_GID environment variables. To create a user on the ftp container, use the following environment variables: FTP_USER_NAME, FTP_USER_PASS and FTP_USER_HOME.įTP_USER_HOME is the root directory of the new user.ĭocker run -e FTP_USER_NAME=bob -e FTP_USER_PASS=12345 -e FTP_USER_HOME=/home/bob stilliard/pure-ftpd e "ADDED_FLAGS=-tls=2" Operating itĭocker exec -it ftpd_server /bin/bash Setting runtime FTP user

You can also pass ADDED_FLAGS as an env variable to add additional options such as -tls to the pure-ftpd command.Į.g. Or for your own image, replace stilliard/pure-ftpd with the name you built it with, e.g. , where my-pure-ftp is the name you want to build asĭocker run -d -name ftpd_server -p 21:21 -p 30000-30009:30000-30009 -e "PUBLICHOST=localhost" stilliard/pure-ftpd Then you can build your own image, docker build -rm -t my-pure-ftp. you could change the defult command run:ĬMD /run.sh -c 30 -C 10 -l puredb:/etc/pure-ftpd/pureftpd.pdb -E -j -R -P $PUBLICHOST -p 30000:30059 unfortunately the old computer has been formatted and is out of service so I can not export the file again and import it into the new computer with the older version of filezilla.# e.g. I exported the file for an older version and imported the file into the newest version of filezilla. He has a lot of sites to change the passwords to and it will be cumbersome however we are hoping someone can explain why this happened. I went to the hosting site and changed the password on one of the FTP sites he has set up, then changed the password in the Site Management in FileZilla, press connect and it works. I uninstall the new version of Filezilla and installed the version he had before and he was still getting the 530 error message. When the user went to use Filezilla he was getting the 530 login authentication failed message. We ordered an computer, I exported the FileZilla files from the old computer and imported it into the new computer and new version of Filezilla. One of my End Users uses FileZilla and his computer was extremely slow, it was Windows 7 Pro. I too am/was receiving this 530 Login Authentication Failed message.
