Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passive mode error #69

Open
adrianliz opened this issue Mar 4, 2024 · 1 comment
Open

Passive mode error #69

adrianliz opened this issue Mar 4, 2024 · 1 comment

Comments

@adrianliz
Copy link

Connected to localhost.
220 Welcome Alpine ftp server https://hub.docker.com/r/delfer/alpine-ftp-server/
Name (localhost:root): user
331 Please specify the password.
Password:
230 Login successful.
ftp> ls
229 Entering Extended Passive Mode (|||40000|)
425 Security: Bad IP connecting.

what is the cause?

@argus-mamadou
Copy link

The promiscuous option (control of incoming connections) is set to No by default and the parameter allowing this variable to be modified does not exist in the vsftpd.conf file. To correct this, simply add the following line to the vsftpd.conf file: pasv_promiscuous=yes
Either in your container or build a new docker image by modifying and adding the missing variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants