Workspace 6.21.5
SshGetFile

Retrieves a file or a directory (recursively) over the SSH (Secure SHell) protocol, using an already opened SSH session.

  • Default label: "SSH Get File"
  • Member of plug-in: Ssh
  • Catalogue path: Ssh
Inputs:
SessionCSIRO::Ssh::SshSessionAn existing SSH session to use. See the SSHLogin operation.
Source pathQStringPath 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 pathQString

Desired path of the copy on the local file system.