SSH.receive_file

SSH.receive_file(remote_file, local_file)[source]

Recieve a remote file from the ssh server.

Parameters
  • remote_file (str) – Path of the remote file to recieve.

  • local_file (str) – Path to save the local file as.

Returns

None