An open API service indexing awesome lists of open source software.

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

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