Class t.v.a.s.VFSConchSession:

Part of twisted.vfs.adapters.sftp View Source View In Hierarchy

Implements interfaces: twisted.conch.interfaces.ISession
No class docstring
Method __init__ Undocumented
Method openShell Open a shell and connect it to proto.
Method getPty Get a psuedo-terminal for use by a shell or command.
Method closed Called when the session is closed.
def __init__(self, avatar): (source)
Undocumented
def openShell(self, proto): (source)
Open a shell and connect it to proto.
Parametersprotoa ProcessProtocol instance.
def getPty(self, term, windowSize, modes): (source)

Get a psuedo-terminal for use by a shell or command.

If a psuedo-terminal is not available, or the request otherwise fails, raise an exception.
def closed(self): (source)
Called when the session is closed.
API Documentation for twisted, generated by pydoctor.