Workspace 6.21.5
|
Retrieves a file or a directory (recursively) over the SSH (Secure SHell) protocol, using an already opened SSH session.
Inputs: | |||
---|---|---|---|
Session | CSIRO::Ssh::SshSession | An existing SSH session to use. See the SSHLogin operation. | |
Source path | QString | Path to the file or directory on the remote system. If this is 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 local file system. |