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

Unable to connect with latest image from Filezilla client #88

Open
DanTurco opened this issue Jan 5, 2024 · 4 comments
Open

Unable to connect with latest image from Filezilla client #88

DanTurco opened this issue Jan 5, 2024 · 4 comments

Comments

@DanTurco
Copy link

DanTurco commented Jan 5, 2024

Its like its forcing SSL, and no logs are generated

Docker.compose

  vsftp:
    container_name: vsftp
    image: "fauria/vsftpd"
    restart: always
    ports:
        - 0.0.0.0:20:20
        - 0.0.0.0:21:21
        - "21100-21110:21100-21110"
    environment:
      - FTP_USER=admin
      - FTP_PASS=PassW0rd!
      - PASV_ADDRESS=127.0.0.1
      - PASV_MIN_PORT=21100
      - PASV_MAX_PORT=21110
    volumes:
        - vol_ftp:/home/vsftpd
        - vol_ftp:/var/log/vsftpd

Logs
image

Filezilla Site
image

Filezilla output

Response:	220 (vsFTPd 3.0.2)
Command:	AUTH TLS
Response:	530 Please login with USER and PASS.
Command:	AUTH SSL
Response:	530 Please login with USER and PASS.
Status:	Insecure server, it does not support FTP over TLS.
Command:	USER cbxuser
Response:	331 Please specify the password.
Command:	PASS *********
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
@docteurzoidberg
Copy link

same here

@khacdatdo
Copy link

khacdatdo commented Jan 17, 2024

same here when run in Docker container on Windows 10

@DanTurco
Copy link
Author

My short term solution was i used older image bogem/ftp. that worked out of the box. Following this: https://www.linkedin.com/pulse/how-configure-ftp-server-your-ubuntu-local-using-docker-andrade

@tomaskovacik
Copy link

https://security.appspot.com/vsftpd.html
vsftpd-3.0.5 fixes the new ALPN selection, so it works again with the latest FileZilla client.

bud no update on docker images .... for so long ....

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

4 participants