Metadata-Version: 2.1
Name: basic-sftp
Version: 1.3.6
Summary: This projects creates a basic sftp connection that allows you to send any document to a digital ocean server
Home-page: https://github.com/blegarth/basic_sftp
Author: Brian Legarth
Author-email: legarth7@gmail.com
License: UNKNOWN
Keywords: basic_sftp
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)
Requires-Dist: pysftp

==========
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
--------

* SFTP file transfer

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)
------------------

* First release on PyPI.


