Problem with setting up ftp server
code >
Allowed_Users = *
Messages = ..\text\ftp
### Encryption ###
#
Require_Encrypted_Auth = !*
Require_Encrypted_Data = !*
#Certificate_Name = 192.168.1.11
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 384
if i connect to localhost, everything is ok, i got in. But if i use my IP i can't connect. Firewall is OK. I'm using smart ftp client'
AUTH MODE -- > SSL
Data Connection Mode -- > Clear Data Connection
What's wrong ? help please
|