delfer / docker-alpine-ftp-server

Small and flexible docker image with vsftpd server
186 stars 131 forks source link

ls command returns 500 Bad EPRT protocol. ftp: bind: Address already in use #32

Closed MattAosta closed 10 months ago

MattAosta commented 2 years ago

On the Ubuntu I've installed as Virtual Machine as soon as I login and I run ls i get this error:

500 Bad EPRT protocol.
ftp: bind: Address already in use

When I try to activate passive mode with pass and next i run ls I get this error:

522 Bad network protocol.
Passive mode refused.
bug_docker_ftp
delfer commented 2 years ago

@MattAosta it looks like you have some problem with port mapping or wrong ADDRESS variable value. Please prove full information about parameters of running docker container, IP addresses of both server and client and witch IP points DNS name in ADDRESS variable.