🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

basic-sftp

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-sftp

This projects creates a basic sftp connection that allows you to send any document to a digital ocean server

1.3.6
Maintainers
1

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

Keywords

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts