-
Notifications
You must be signed in to change notification settings - Fork 344
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
Issues with passive mode connectivity #1
Comments
Fixed by changing the ports to the correct way round in the vsftpd.conf file which now enables passive mode to work. |
GRRRRR, I spent so much time on this and only noticed this ticket now. @DanielPalmer why did you close it? It's still a bug! Maintainer, please re-open this. |
Reopened to be fixed |
Its easy fix ;) in vsftpd.conf swap passive port values it should be:
|
Using env vars for passive port configuration at run time. Closing. |
This never works... still bug! Stato: Connessione a 192.168.7.125:21... Docker on server centos can't see directory only login.... Tue Mar 5 15:24:16 2019 [pid 21] CONNECT: Client "192.168.113.2" !! but never connect to see directories !! Filezilla setting on pasive mode and / or active using port max/min 21110 / 21100 |
I have encountered the same problem with you. Can you finally solve it? |
Still a problem, never works, tried all the options above but still Passive mode isn't working and can't list directory in filezilla client. |
Hi,
I have setup my ftp container using the example files provided however when I login and attempt to do anything using my ftp client I have issues relating to no route to host. Below is the error message I receive. Googling this suggests having to do some config with ip tables?
I can login but cant do anything
tp> open 192.168.0.10
Connected to 192.168.0.10 (192.168.0.10).
220 (vsFTPd 3.0.2)
Name (192.168.0.10:root): admin
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (172,17,1,21,117,241).
ftp: connect: No route to host
ftp>
Anyone able to suggest some ideas?
Thanks
The text was updated successfully, but these errors were encountered: