docker-pure-ftpd: Error connecting using a ftp client
Hello,
I used this docker and it works great. I mean, I can connect using command line but when I use a real ftp client, I have error like :
- 113 : Passive mode failed
- Very long time before to connect…
I also have limit to 5 connections :
$ ftp 192.168.99.100
Connected to 192.168.99.100.
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 2 of 5 allowed.
220-Local time is now 10:28. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
In my docker-composer I have :
ftp:
image: stilliard/pure-ftpd:latest
env_file: docker/ftp.env
ports:
- "21:21"
- "30000-30009:30000-30009"
volumes:
- ./ftp:/home/ftpusers/bob
- ./vsftpd:/etc/pure-ftpd/passwd
ps aux on machine give me :
/bin/sh -c /run.sh -c 50 -C 10 -l puredb:/etc/pure-ftpd/pureftpd.pdb -E -j -R -P $PUBLICHOST -p 30000:30009
Any idea?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 21 (8 by maintainers)
I used : panubo/vsftpd with this in docker-composer.yml
And env variables :