Documentation Center

SSHFTP protocol

The SSHFTP protocol uses SSH version 2 with the SFTP subsystem to send a Transport Package to a Presentation Server securely.

SSHFTP has the following fields:

Host
IP address or host name of the destination.
Port
Port on which the SSH server runs. Defaults to 22 if omitted.
Location
The path on the destination machine where files are to be transferred.
UserName
A valid user name for the connection.
Password
Either the password used to authenticate the user, or, if public key authentication is used, a valid passphrase. May be omitted if PrivateKey is specified.
PrivateKey
The path to the private key on the server where the Transport Service runs. If this field is left empty, password authentication is assumed.