
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Friendly Python SSH2 interface allowing easy file and directory transfer. This does not wrap the sftp command line tool
.. contents:
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.
Friendly Python SSH2 interface allowing easy file and directory transfer. This is based on the excellent ssh.py script from:
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.
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
Have a look at zoinksftp/example/simple.py for a basic example of how to drive sftp.
FAQs
Friendly Python SSH2 interface allowing easy file and directory transfer. This does not wrap the sftp command line tool
We found that zoink-sftp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.