Adding an SFTP/SCP Service
Using MFT Server, both SFTP and SCP are provided through a single service - SFTP/SCP.
SCP is similar to SFTP in that it also runs over SSH and has its security capabilities. However, SCP is only designed specifically for file transfers. Unlike SFTP, it doesn't have the ability to create directories, list directories, delete directories, delete files, and so on.
To add an SFTP/SCP service, navigate to the SERVICES > Listeners > Listeners
tab of a domain and click the Add
button.
When the Service Protocol
dialog appears, expand the Protocol drop-down list and select SFTP/SCP
. After that, click OK
.
That will bring up the Add SFTP/SCP 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.
Port - The port number that this service will listen on. The default port number of SFTP/SCP
is 22.
When running JSCAPE SaaS, Port 22, used for SFTP, is not modifiable.
Private Key - The private encryption key that SFTP/SCP
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 SECURITY > Keys
module of this domain (for a domain-level private key).
Authentication - Choose among:
-
password
-
publickey
-
password OR publickey
-
password AND publickey
Password AND publickey are considered 2-factor authentication.
For more information, see Setting SFTP/SSH authentication mode
Click OK
to proceed.
In most cases, these settings will suffice. For those who wish to customize their SFTP/SCP service even further, there are more advanced settings for SFTP/SCP in the SERVICES > Listeners > SFTP/SCP
tab. For more information about those settings, refer to "SFTP/SCP connection settings" section of Setting Connection Preferences page.