Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ftpd [2015/06/01 16:19]
steve
ftpd [2015/06/01 16:20]
steve [Client Support]
Line 22: Line 22:
 ^ FTPS ||| ^ FTPS |||
 | SSL support | ssl_enable | NO | | SSL support | ssl_enable | NO |
- 
-To enable FTPS and use our existing SSL certificates: ​ 
- 
-<​code>​ 
-ca_certs_file=/​etc/​ssl/​digitaltrike.com/​ca.crt 
-rsa_cert_file=/​etc/​ssl/​digitaltrike.com/​STAR_digitaltrike_com.crt 
-rsa_private_key_file=/​etc/​ssl/​digitaltrike.com/​private/​private.key 
-</​code>​ 
 ==== Pure-FTPD ==== ==== Pure-FTPD ====
  
Line 97: Line 89:
 **Important:​** The FTP server can run in either active OR passive mode, but not both. **Important:​** The FTP server can run in either active OR passive mode, but not both.
  
-==== Client Support ==== 
- 
-  * Add a user to ''​ftp-users''​ 
-  * Users are chroot'​ed to their home directory 
-  * For Filezilla, use FTPES - FTP over explicit TLS/SSL 
-  * For Cyberduck, use FTPS 
-  * If testing internally, be sure to get on a public network first, otherwise the PASV requests will seek to use an internal IP address on the subnet. 
  
 ==== Notes ==== ==== Notes ====