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 details)
File details
Details for the file sftpwrapper-0.1.2.tar.gz.
File metadata
- Download URL: sftpwrapper-0.1.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a740afd4a034ff5267d215782df11557a8032fcc4f06276460a4e0bc8800f24
|
|
| MD5 |
133b5f2fe160c53a84f963b5339a520c
|
|
| BLAKE2b-256 |
c531b629044acd275663560b1aa4a98d366803a10c4d948a1211662725188789
|