-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Description
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/vsftpdFilezilla 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
Metadata
Metadata
Assignees
Labels
No labels

