Skip to content

SFTP server implemented in Python, with pluggable authentication and authorization

License

Notifications You must be signed in to change notification settings

timetric/py-sftp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py SFTP Server

A simple SFTP server with pluggable authentication and permissions backends.

Uses paramiko to handle the actual SFTP & SSH protocol implementation.

Written at Timetric to provide a simple shared file server which integrated with our existing LDAP infrastructure and permissions model.

See example_server.py for an example of how the authentication and authorisation backends can be plugged together.

See the module docstrings for details of the APIs.

About

SFTP server implemented in Python, with pluggable authentication and authorization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages