Trading Networks 10.7 | Administering and Monitoring B2B Transactions | ActiveTransfer Built-In Services Reference | Asset Document Types | Overview | Port Document Types | wm.mft.assets.rec.port:SFTPDetails
 
wm.mft.assets.rec.port:SFTPDetails
Document type that contains the details of a SFTP port configured in ActiveTransfer Server.
variables
commandDelayInterval
String Adds a pause between each command to slow down clients that continually access the server. The command delay interval is specified in milliseconds.
enableDSA
String (Optional) Specifies if the DSA encryption algorithm is to be enabled. Default value is true.
DSAKeyLocation
String (Optional) The full path of the file that contains the key for the DSA algorithm.
DSAPassPhrase
String (Optional) The password for the DSA key.
enableRSA
String (Optional) Specifies if the RSA encryption algorithm is to be enabled. Default value is true.
RSAKeyLocation
String (Optional) The full path of the file that contains the key for the RSA algorithm.
RSAPassPhrase
String (Optional) The password for the RSA key.
mac
String (Optional) To configure the HMACs for SFTP listeners.
ciphers
String Specifies the SSH ciphers supported for encrypting or decrypting data.
requirePassword
String (Optional) Set this parameter to true, if you want to make the password mandatory when the certificate handshake is passed.
requirePublicKey
String (Optional) Set this parameter to true, if you want to make the public key mandatory when the certificate handshake is passed. If the public key is not provided for authentication, the user is authenticated using the password.
idleTimeout
String (Optional) The timeout value in seconds after which ActiveTransfer Server will disconnect an idle connection.
synchronous
String (Optional) Set this variable to true, if the SFTP port should use synchronous threads for communication.
textEncoding
String (Optional) The text encoding format to work with. Most clients use the UTF-8 encoding.