Skip to content

Commit f2a96e8

Browse files
author
Pan
committed
Refactor - moved SFTP handle and attributes classes.
Added binding to SFTP directives for contextmanager. Updated SFTP read and readdir functions to return size/error code along with data. Updated tests to use setUpClass and for moved sftp modules.
1 parent 9f8b5c8 commit f2a96e8

File tree

10 files changed

+14405
-8469
lines changed

10 files changed

+14405
-8469
lines changed

embedded_server/openssh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
[DIR_NAME, 'sshd_config.tmpl']))
2929
SSHD_CONFIG = os.path.abspath(os.path.sep.join([DIR_NAME, 'sshd_config']))
3030

31+
3132
class OpenSSHServer(object):
3233

3334
def __init__(self, port=2222):

0 commit comments

Comments
 (0)