View Single Post
Old 04-24-2006, 01:44 PM  
kieranmullen
Member
 
Join Date: Apr 2004
Location: Portland, Oregon
Posts: 46
Default Better Definitions Needed For SSL in Help File

The definitions used do not really define anything, rather it just refers to itself. How about this...
Implicit vs. Explicit SSL

The difference between Implicit and Explicit SSL is a matter of connection, and commands. Briefly the difference is:

* Implicit - Assumes that the server is expecting everything encrypted using SSL. This means that when the client first connects to the server it will immediately negotiate the SSL connection on the command connection. Normally Implicit connections are also on a different port such as port 990.

* Explicit - A normal FTP connection is established, usually on the standard port 21. However, after connecting, the client will send a command to switch to SSL mode. This command is "AUTH SSL". When this command is sent the server will respond normally, then establish an SSL connection.
kieranmullen is offline