Skip to main content

An API to make SFTP file transfers through chilkat simpler and more pythonic

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('./')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sftp_client-1.0.2.zip (6.1 kB view hashes)

Uploaded Source

Built Distribution

sftp_client-1.0.2-py2-none-any.whl (5.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page