Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sftp-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sftp-client

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

  • 1.0.4
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc