pavement

FTPS

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
(new stub)
 
(clarify a little)
Line 1: Line 1:
'''FTPS''' (FTP with security) adds SSL or TLS encryption to [[FTP]].  Many modern [[ftp]] clients and servers support this capability seamlessly, and its use is highly recommended for FTP wherever it's supported, as otherwise authentication and communications are handled in plain text.  Also consider [[SFTP]], which is a protocol for transferring files securely that doesn't use FTP.
+
'''FTPS''' (FTP with security) adds SSL or TLS encryption to [[FTP]].  Many modern [[ftp]] clients and servers support this capability seamlessly. ''FTPS'' provides protection from eavesdroppers and man in the middle attacks.  Its use is highly recommended for security sensitive FTP connections wherever it's supported, as otherwise authentication and communications are handled in plain text.  Also consider [[SFTP]], which is a protocol for transferring files securely that doesn't use FTP.
  
 
[[Category:FreeBSD Terminology]]
 
[[Category:FreeBSD Terminology]]

Revision as of 15:53, 30 May 2006

FTPS (FTP with security) adds SSL or TLS encryption to FTP. Many modern ftp clients and servers support this capability seamlessly. FTPS provides protection from eavesdroppers and man in the middle attacks. Its use is highly recommended for security sensitive FTP connections wherever it's supported, as otherwise authentication and communications are handled in plain text. Also consider SFTP, which is a protocol for transferring files securely that doesn't use FTP.

Personal tools