[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-161]
integrated laptop work (test commit) Patches applied: * robey@lag.net--2003-public-master-shake/secsh--dev--1.0--base-0 tag of robey@lag.net--2003-public/secsh--dev--1.0--patch-160 * robey@lag.net--2003-public-master-shake/secsh--dev--1.0--patch-1 test commit * robey@lag.net--2003-public/secsh--dev--1.0--base-0 initial import * robey@lag.net--2003-public/secsh--dev--1.0--patch-1 no changes
This commit is contained in:
parent
2bdbe28234
commit
18aaff8521
1
README
1
README
|
@ -230,3 +230,4 @@ v0.9 FEAROW
|
||||||
* why are big files so slow to transfer? profiling needed...
|
* why are big files so slow to transfer? profiling needed...
|
||||||
|
|
||||||
* would be nice to have an ftp-like interface to sftp (put, get, chdir...)
|
* would be nice to have an ftp-like interface to sftp (put, get, chdir...)
|
||||||
|
|
||||||
|
|
|
@ -367,7 +367,7 @@ class SubsystemHandler (threading.Thread):
|
||||||
@type name: str
|
@type name: str
|
||||||
@param server: the server object for the session that started this
|
@param server: the server object for the session that started this
|
||||||
subsystem
|
subsystem
|
||||||
@rtype server: L{ServerInterface}
|
@type server: L{ServerInterface}
|
||||||
"""
|
"""
|
||||||
threading.Thread.__init__(self, target=self._run)
|
threading.Thread.__init__(self, target=self._run)
|
||||||
self.__channel = channel
|
self.__channel = channel
|
||||||
|
|
Loading…
Reference in New Issue