PDA

View Full Version : problem with data connection


NickeZ
10-08-2004, 04:28 PM
it works perfectly fine when i use TLS but when I log in as admin without TLS I get this messages.

[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:
### Encryption ###
#
Require_Encrypted_Auth = !M *
Require_Encrypted_Data = !M *

I've tried this to:
### Encryption ###
#
Require_Encrypted_Auth = !M *
Require_Encrypted_Data = !*

does anyone know what the solution is?