View Single Post
Old 10-08-2004, 04:28 PM  
NickeZ
Junior Member
 
Join Date: Oct 2004
Posts: 1
Default problem with data connection

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?
NickeZ is offline   Reply With Quote