class documentation
class ConchOptions(usage.Options): (source)
Known subclasses: twisted.conch.scripts.cftp.ClientOptions
, twisted.conch.scripts.conch.ClientOptions
Constructor: ConchOptions(*args, **kw)
Undocumented
Method | __init__ |
Undocumented |
Method | opt |
Select encryption algorithms |
Method | opt |
Select host key algorithms |
Method | opt |
Identity for public-key authentication |
Method | opt |
Specify MAC algorithms |
Method | opt |
Choose how to authenticate to the remote server |
Class Variable | comp |
Undocumented |
Class Variable | opt |
Undocumented |
Class Variable | opt |
Undocumented |
Instance Variable | conns |
Undocumented |
Instance Variable | identitys |
Undocumented |
Inherited from Options
:
Method | __str__ |
Undocumented |
Method | get |
Returns a string containing a description of these options and how to pass them to the executed file. |
Method | get |
Undocumented |
Method | opt |
Display this help and exit. |
Method | opt |
Display Twisted version and exit. |
Method | parse |
I am called with any leftover arguments which were not options. |
Method | parse |
The guts of the command-line parser. |
Method | post |
I am called after the options are parsed. |
Class Variable | completion |
Undocumented |
Class Variable | default |
Undocumented |
Class Variable | parent |
Undocumented |
Instance Variable | defaults |
Undocumented |
Instance Variable | docs |
Undocumented |
Instance Variable | long |
Undocumented |
Instance Variable | opts |
Undocumented |
Instance Variable | short |
Undocumented |
Instance Variable | sub |
Undocumented |
Instance Variable | sub |
Undocumented |
Instance Variable | synonyms |
Undocumented |
Method | _gather |
Gather up boolean (flag) options. |
Method | _gather |
Gather up options with their own handler methods. |
Method | _gather |
Gather options which take a value. |
Method | _generic |
Undocumented |
Instance Variable | _dispatch |
Undocumented |