1022
server = paramiko.SFTPServer(FakeChannel(), 'sftp', StubServer(self), StubSFTPServer,
1023
FakeChannel(), 'sftp', StubServer(self), StubSFTPServer,
1027
1029
if (len(e.args) > 0) and (e.args[0] == errno.EPIPE):
1028
1030
# it's okay for the client to disconnect abruptly