Originally posted by: Nothinman
just out of curiosity, does the username/pass get transfered in plain text?
Not if you use a non-plain-text block cipher.
or since it sees it coming in on port 990, does it ecrypt all the data?
The port is irrelevant.
this is what happens when i connect -
Status: Connecting to 192.168.1.25:990 ...
Status: Connected with 192.168.1.25:990, negotiating SSL connection...
Status: SSL connection established. Waiting for welcome message...
Response: 220 >>> X2 Box <<<
Command: USER user25
Response: 331 User name okay, need password.
Command: PASS ******
Response: 230 User logged in, proceed.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extension supported
Response: AUTH TLS
Response: SSCN
Response: PBSZ
Response: PROT
Response: CCC
Response: CLNT
Response: MDTM
Response: MDTM YYYYMMDDHHMMSS[+-TZ];filename
Response: SIZE
Response: SITE PSWD;EXEC;SET;INDEX;ZONE;CHMOD;MSG
Response: REST STREAM
Response: XCRC filename;start;end
Response: MODE Z
Response: MLST Type*;Size*;Create;Modify*;Win32.ea*;
Response: 211 End
Command: PBSZ 0
Response: 200 PBSZ command OK. Protection buffer size set to 0.
Command: PROT P
Response: 200 PROT command OK. Using private data connection.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/d:/" is current directory.
Command: MODE Z
Response: 200 MODE Z ok.
Command: TYPE A
Response: 200 Type set to A.
Command: PORT 192,168,1,25,11,169
Response: 200 PORT Command successful.
Command: LIST
Response: 150 Opening ASCII mode data connection for /bin/ls.
Status: SSL connection established
Response: 226 Transfer complete.
Status: Directory listing successful
here it is for anonymous -
Status: Connecting to 192.168.1.25:990 ...
Status: Connected with 192.168.1.25:990, negotiating SSL connection...
Status: SSL connection established. Waiting for welcome message...
Response: 220 >>> X2 Box <<<
Command: USER anonymous
Response: 331 User name okay, please send complete E-mail address as password.
Command: PASS *****
Response: 530 Sorry, no ANONYMOUS access allowed.
Error: Unable to connect!
so since the ssl stuff is done before the u/p is sent should i assume it is encrypted too?
thanks in advance,
bob