Part of twisted.vfs.adapters.sftp View Source View In Hierarchy
Implements interfaces: twisted.conch.interfaces.ISession
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. |
Parameters | proto | a ProcessProtocol instance.
|
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.