hello

i have simmilar problem
im tryin to run pureftpd wiht TLS
on echo 1 error is
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (10,8,0,1,154,133)
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
debug info - Oct 5 11:36:07 server pure-ftpd: (?@aaa.bbb.ccc.ddd) [INFO] New connection from aaa.bbb.ccc.ddd
Oct 5 11:36:07 server pure-ftpd: (?@aaa.bbb.ccc.ddd) [DEBUG] Command [user] [USER_1]
Oct 5 11:36:07 server pure-ftpd: (?@aaa.bbb.ccc.ddd) [DEBUG] Command [pass] [<*>]
Oct 5 11:36:07 server pure-ftpd: (?@aaa.bbb.ccc.ddd) [INFO] USER_1 is now logged in
Oct 5 11:36:07 server pure-ftpd: (USER_1@aaa.bbb.ccc.ddd) [DEBUG] Command [opts] [UTF8 ON]
Oct 5 11:36:07 server pure-ftpd: (USER_1@aaa.bbb.ccc.ddd) [DEBUG] Command [pwd] []
Oct 5 11:36:07 server pure-ftpd: (USER_1@aaa.bbb.ccc.ddd) [DEBUG] Command [type] [I]
Oct 5 11:36:07 server pure-ftpd: (USER_1@aaa.bbb.ccc.ddd) [DEBUG] Command [pasv] []
Oct 5 11:36:07 server pure-ftpd: (USER_1@aaa.bbb.ccc.ddd) [DEBUG] Command [mlsd] []
Oct 5 11:36:28 server pure-ftpd: (USER_1@aaa.bbb.ccc.ddd) [INFO] Logout.
on echo 2 error is
Command: PASS *******************
Response: 530 Login authentication failed
Error: Critical error
Error: Could not connect to server
debug info - [WARNING] Sorry, cleartext sessions are not accepted on this server.#012Please reconnect using SSL/TLS security mechanisms.
on echo 3 error is
Response: 421 Sorry, cleartext sessions are not accepted on this server.
Error: Could not connect to server
debug info - [WARNING] Sorry, cleartext sessions are not accepted on this server.#012Please reconnect using SSL/TLS security mechanisms.
for 2 and 3 TLS the error is expected ...
ftp client is FileZilla for windows ..
where i get wrong ?