sftpserver
sftpserver copied to clipboard
A simple single-threaded SFTP server
How do you set the login user and pass?
Spawn a daemon thread for each connection. # Testing Ran `sftpserver` locally and connected from two separate terminals, which I could not do prior to this change. `ls` worked in...
The first line of the RSA keyfile has to be -----BEGIN RSA PRIVATE KEY----- However, the "RSA" part is missing when executing the suggested command to generate a test private...
Being able to do this is useful in tests.
* Resolve issue #6 * Modify `setup.py` to * Eliminate use of local file reads * Clarify which versions of Python are supported * Add `setup.cfg` so we can have...
often get the following errors and the sftpserver exit, we don't want the sftpserver exit if SSH protocol banner not received for one connection. DEBUG:paramiko.transport:starting thread (server mode): 0x38102dd0L DEBUG:paramiko.transport:Local...
Small change which adds support for public key based login for stub sftp servers. Tested with 'sftp -i ' from the OpenSSH_5.9p1 dist (comes with ubuntu)