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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size sftpwrapper-0.1.2.tar.gz (2.8 kB) | File type Source | Python version None | Upload date | Hashes View |