https://github.com/spotlightkid/dropsftp
Demo project for a talk about using SFTP with the Python library paramiko
https://github.com/spotlightkid/dropsftp
Last synced: 10 months ago
JSON representation
Demo project for a talk about using SFTP with the Python library paramiko
- Host: GitHub
- URL: https://github.com/spotlightkid/dropsftp
- Owner: SpotlightKid
- Created: 2016-08-29T19:42:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T20:05:45.000Z (over 9 years ago)
- Last Synced: 2025-01-25T12:41:51.555Z (12 months ago)
- Language: Python
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
DropSFTP
########
This is a demo project for a talk I gave several years ago at a local Python
User Group. The project shows how to implement an SFTP client with the Python
library paramiko_ and how to use the MacFSEvents_ framework to upload files,
which are added to a specific local folder, to a remote SFTP server
automatically.
.. _paramiko: https://github.com/paramiko/paramiko/
.. _MacFSEvents: https://github.com/malthe/macfsevents