Adding an FTP/S service |
Top Previous Next |
FTP and FTPS (the secure version of FTP) are among the oldest and most widely used general-purpose file transfer protocols. They're great for performing a variety of file transfer operations; from small, one-time transfers of individual files, to even large bulk file transfers.
To add an FTP or FTPS service, navigate to the Services module of a domain and click the Add button.
Figure 303
When the Service Protocol dialog appears, expand the Protocol drop-down list and select FTP/S. After that, click OK.
Figure 306
That should bring up the Add FTP/S Service dialog. Specify the following settings:
Host/IP - The IP address that this service will listen on. 0.0.0.0 means any available IPv4 IP address/network interface on the physical server, while :: means any available IPv4 or IPv6 IP address.
Type - Choose from the following types:
FTPS is the secure version of FTP. It acquires its security from SSL/TLS and has 3 modes - explicit SSL, forced explicit SSL, and implicit SSL
Port - The port number that this service will listen on. The default port number of regular, explicit SSL, and forced explicit SSL is 21, while that of implicit SSL is 990.
Private Key - The private encryption key that FTPS will use for encrypted communications. This is sourced from either the Keys module in the top menu bar (for a global private key) or to the Keys module of this domain (for a domain-level private key).
Click OK to proceed.
Figure 307
The newly added FTP/S service should then be added to the Services tab.
Figure 308
In most cases, these settings will suffice. For those who wish to customize their FTP/S service even further, there are more advanced settings for FTP/S in the Services > FTP/S tab. For more information about those settings, refer to 'FTP connection settings' section of the 'Setting connection preferences' page.
|