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

zoink-sftp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zoink-sftp

Friendly Python SSH2 interface allowing easy file and directory transfer. This does not wrap the sftp command line tool

0.1.0
PyPI
Maintainers
1

=========== Zoink SFTP

.. contents:

License

Copyright (C) Zeth, extended and easy installed by Oisin Mulvihill.

Email: oisin dot mulvihill at gmail dot com

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library (see the file LICENSE.TXT); if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

Introduction

Friendly Python SSH2 interface allowing easy file and directory transfer. This is based on the excellent ssh.py script from:

  • http://commandline.org.uk/python/sftp-python-really-simple-ssh

I've made this an easy installable with one or two additions and some basic testing. This is a really handy script and I wanted to use it elsewhere in a more controlled fashion. The original code was released under LGPL which I'm using for my additions and extension.

Installation

This project depends on paramiko which will be installed along with this project via easy_install. For completeness paramiko's home is here

From the command line you can install this project as follows::

easy_install zoink-sftp

This assumes you've installed setuptools first. Alternatively you could download the source code and then do::

cd zoink-sftp python setup.py install

The source code is currently hosted on launchpad under bazaar revision control. If your interested head to the project's page here

Example Usage

Have a look at zoinksftp/example/simple.py for a basic example of how to drive sftp.

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