Workspace 6.21.5
|
Sends a file or a directory (recursively) to a remote system over the SSH (Secure SHell) protocol.
Inputs: | |||
---|---|---|---|
Session | CSIRO::Ssh::SshSession | An existing SSH session to use. See the SSHLogin operation. | |
Source path | QString | The local file or directory to send. If this input specifies a directory, all files in it including hidden and system files will be recursively copied to the destination. | |
Destination path | QString | Desired path of the copy on the remote file system. |