|
| def | __init__ (self, ssh_client) |
| |
| def | put_file (self, source, destination, scp_preserve_times, *args) |
| |
| def | get_file (self, source, destination, scp_preserve_times, *args) |
| |
| def | put_directory (self, source, destination, scp_preserve_times, *args) |
| |
| def | get_directory (self, source, destination, scp_preserve_times, *args) |
| |
Definition at line 392 of file pythonclient.py.
◆ __init__()
| def SSHLibrary.pythonclient.SCPClient.__init__ |
( |
|
self, |
|
|
|
ssh_client |
|
) |
| |
◆ _get_put_file_sources()
| def SSHLibrary.pythonclient.SCPClient._get_put_file_sources |
( |
|
self, |
|
|
|
source |
|
) |
| |
|
private |
◆ get_directory()
| def SSHLibrary.pythonclient.SCPClient.get_directory |
( |
|
self, |
|
|
|
source, |
|
|
|
destination, |
|
|
|
scp_preserve_times, |
|
|
* |
args |
|
) |
| |
◆ get_file()
| def SSHLibrary.pythonclient.SCPClient.get_file |
( |
|
self, |
|
|
|
source, |
|
|
|
destination, |
|
|
|
scp_preserve_times, |
|
|
* |
args |
|
) |
| |
◆ put_directory()
| def SSHLibrary.pythonclient.SCPClient.put_directory |
( |
|
self, |
|
|
|
source, |
|
|
|
destination, |
|
|
|
scp_preserve_times, |
|
|
* |
args |
|
) |
| |
◆ put_file()
| def SSHLibrary.pythonclient.SCPClient.put_file |
( |
|
self, |
|
|
|
source, |
|
|
|
destination, |
|
|
|
scp_preserve_times, |
|
|
* |
args |
|
) |
| |
◆ _scp_client
| SSHLibrary.pythonclient.SCPClient._scp_client |
|
private |
The documentation for this class was generated from the following file: