I have try to active this SSL/TLS feature. But everytime when i use Allow SSL/TLS connection only, i lost ftp connection. Whit out this SSL/TLS feature i will get connection. So FTP is working fine over internet. But i want to use secure connection and that won't work.
I'm using Filezilla. When i use SFTP it don't get connection. Protocol: FTP -> If i use encryption: Require explicit ftp over tls, i get connection, but folder list fails. If i use require implicit ftp over tls i don't get connection.
Is there some kind secret port that i should open or something?
Firmware is 1.08.
Here is Filezilla log when i'm jusing Require explicit ftp over tls:
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
Response: 220-You are user number 1 of 10 allowed.
Response: 220-Local time is now 15:44. Server port: 21.
Response: 220-This server supports FXP transfers
Response: 220 You will be disconnected after 2 minutes of inactivity.
Command: AUTH TLS
Response: 234 AUTH TLS OK.
Status: Initializing TLS...
Status: Verifying certificate...
Command: USER XXX
Status: TLS/SSL connection established.
Response: 331 User XXX OK. Password required
Command: PASS *****
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: ESTP
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTA
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: 211 End.
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 534 Fallback to [C]
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PORT 193,167,127,38,197,147
Response: 200 PORT command successful
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
So i get connection, but folder list fails. Why?