SSH.send_file

SSH.send_file(local_file)[source]

Send a local file to the ssh server.

Parameters

local_file (str) – Path of the local file to send.

Returns

None