Skip to content

arisada/pylibssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyssh-ctypes

Is a python, object oriented wrapper for libssh build with ctypes.

Dependences:

  • libssh >= 0.5

Features

  • SSH command execution with streaming api.
  • SFTP subsystem with random access to remote files.
  • Compatible with python3, python2 and pypy.

How to install

For normal use, you can use a standard python distutils setup.py file:

python setup.py install

Or:

pip install pyssh-ctypes

Documentation

https://py-libssh-ctypes.readthedocs.org/en/latest/

About

Python, OOP bindings for libssh build with ctypes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%