==========
Basic SFTP
This projects creates a basic sftp connection that allows you to send any document to a digital
ocean server that I have set up. To install this project simply pip install basic-sftp It will install everything needed to run
the program. Once install you can use SFTP to transfer any file to any server if you have the correct
credentials.
Features
Credits
This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage
_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
=======
History
1.3.4 (2020-05-17)
- Updated the ssh_key prompt to not hide the input so you can see what file location you are using
1.3.3 (2020-05-16)
- Added the ability to use ssh keys when creating the SFTP connection
1.3.2 (2020-05-16)
- This package is now able to be pip installed. I am still working out how to use the SSH_KEY in the SFTP connection because
- I am still new to those.
1.1.0 (2020-05-12)
- Still trying to figure out how to make the package work with a requirement of pysftp.
1.0.0 (2020-05-11)