Skip to main content

A python library that facilitates uploading and downloading of files to/from an SFTP server

Project description

Overview

A python program that facilitates uploading and downloading of files to/from an SFTP server

Install It

From PyPI

$ pip install sftpwrapper

Code Example

from sftpwrapper import SftpWrapper

remote_connection = SftpWrapper(host, port) remote_connection.host_connect(user, password) upload_good = remote_connection.upload_stuffs(csv_name, remote + csv_name) remote_connection.host_disconnect()

Dependencies

  • paramiko

License

MIT

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

sftpwrapper-0.1.2.tar.gz (2.8 kB view hashes)

Uploaded Source

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