Skip to content

FileTransferOptions

Overview

Options for file transfer operations.

{
  string RemoteHost;
  string RemotePath;
  int Port;
  string UserName;
  string Password;
  string Protocol;
}

Details

RemoteHost Specifies the remote host system. The IP address or hostname may be used.

RemotePath Specifies the path of the remote file.

Port Specifies the remote host TCP port number. If not set, the default port will be used.

UserName Specifies the authentication user name if required.

Password Specifies the authentication password if required.

Protocol Specifies the communication protocol to be used. HTTP, HTTPS, FTP, FTPS, SCP are valid values.