it works perfectly fine when i use TLS but when I log in as admin without TLS I get this messages.
Code:
[R] 150 Opening ASCII mode data connection for directory listing.
[R] 426 Connection closed: Connection timed out.
[R] List Complete: 0 bytes in 20,08 seconds (0,0 KB/s)
i use this:
Code:
### Encryption ###
#
Require_Encrypted_Auth = !M *
Require_Encrypted_Data = !M *
I've tried this to:
Code:
### Encryption ###
#
Require_Encrypted_Auth = !M *
Require_Encrypted_Data = !*
does anyone know what the solution is?