docker-alpine-ftp-server icon indicating copy to clipboard operation
docker-alpine-ftp-server copied to clipboard

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

Open MattAosta opened this issue 2 years ago • 1 comments

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

MattAosta avatar Mar 17 '22 10:03 MattAosta

@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.

delfer avatar Mar 31 '22 15:03 delfer