Project description
# PySFTPClient
Cross-platform SFTP client API aimed at making a more pythonic wrapper around the chilkat sftp library.
Requirements:
chilkat python library
Note: The PySFTPClient requires a license key to the chilkat python library, otherwise, you can use the chilkat trial for 30 days as normal.
Basic usage example:
from sftp_client import SFTPClient
with SFTPClient(host, username, password, license_key='license_key') as client:
client.download('./server_path.txt', '~/local_path.txt')
client.upload('./server_path2.txt', ~/local_path.txt)
print client.list_directory('./')
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sftp_client-1.0.4.zip
.
File metadata
-
Download URL:
sftp_client-1.0.4.zip
- Upload date:
- Size: 6.1 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
File hashes
Hashes for sftp_client-1.0.4.zip
Algorithm |
Hash digest |
|
SHA256 |
a5adf1f2db3e980d54a587a7b7a98389a23ac5a98aa195838d91baf723d3dced |
|
MD5 |
c20cde92df79e59c193e29cacc9a6b11 |
|
BLAKE2b-256 |
4bdd1e0acbbb3087e81551c26eca8c573ab3aab494b000c66b9b667d83b5a52d |
|
See more details on using hashes here.
File details
Details for the file sftp_client-1.0.4-py2-none-any.whl
.
File metadata
File hashes
Hashes for sftp_client-1.0.4-py2-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
7025a46c7a2b37467452a5a7c40b9d5d19b0e84b4bcddfec054be522a5f717a0 |
|
MD5 |
4368edfb7129d22baebe5602e708f34e |
|
BLAKE2b-256 |
eaecd638e57ac1c7988347c6ada11fd9e1a0c0f6a9a2205cdc60ef67fc824546 |
|
See more details on using hashes here.