originphp / storage

The Storage library provides an easy way to access different types of storages from local disk, FTP and SFTP.
https://www.originphp.com
MIT License
2 stars 0 forks source link

FTP Engine with PureFTP #2

Open jamielsharief opened 3 years ago

jamielsharief commented 3 years ago

FTP engine not working with this docker image.

$ docker run -p 2121:21 -p 30000-30009:30000-30009 -e FTP_USER_NAME=admin -e FTP_USER_PASS=secret -e FTP_USER_HOME=/home/test stilliard/pure-ftpd
jamielsharief commented 3 years ago

Out of the box this does not work as well

docker run -d -p 2121:21 -e FTP_USER=admin -e FTP_PASS=secret --name vsftpd fauria/vsftpd 

I installed vsFTPd on my linux server and everything works as expected.