FileTransferOptions¶
Options for file transfer operations.
Capabilities¶
Connection Options¶
- FileTransferOptions.Password: The password to authenticate with on the remote environment. Optional.
- FileTransferOptions.Port: The port number of the remote environment. Optional.
- FileTransferOptions.Protocol: The protocol to use for file transfer. Optional. The default is
FTP. - FileTransferOptions.RemoteHost: The IP address or host name of the remote environment.
- FileTransferOptions.RemotePath: The path of the file on the remote environment.
- FileTransferOptions.UserName: The username to authenticate with on the remote environment. Optional.