fauria / docker-vsftpd

🐳 vsftpd Docker image based on Centos 7. Supports passive mode and virtual users.
https://hub.docker.com/r/fauria/vsftpd/
Apache License 2.0
414 stars 341 forks source link

Unable to connect with latest image from Filezilla client #88

Open DanTurco opened 8 months ago

DanTurco commented 8 months ago

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 commented 8 months ago

same here

khacdatdo commented 8 months ago

same here when run in Docker container on Windows 10

DanTurco commented 8 months ago

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