Home | Trees | Index | Help |
|
---|
Package twisted :: Package scripts :: Module conch :: Class GeneralOptions |
|
dict
--+ |Options
--+ | GeneralOptions
Method Summary | |
---|---|
Select encryption algorithm | |
Enable compression | |
Set escape character; ``none'' = disable | |
Identity for public-key authentication | |
Forward local port to remote address (lport:host:port) | |
Specify MAC algorithms | |
Forward remote port to local address (rport:host:port) | |
parseArgs(self,
host,
*command)
| |
Inherited from Options | |
| |
| |
| |
Gather up boolean (flag) options. | |
Gather up options with their own handler methods. | |
Gather options which take a value. | |
| |
| |
| |
| |
Display this help and exit. | |
| |
The guts of the command-line parser. | |
I am called after the options are parsed. | |
Inherited from dict | |
__cmp__(...)
| |
__contains__(...)
| |
__delitem__(...)
| |
__eq__(...)
| |
__ge__(...)
| |
__getattribute__(...)
| |
__getitem__(...)
| |
__gt__(...)
| |
__iter__(...)
| |
__le__(...)
| |
__len__(...)
| |
__lt__(...)
| |
__ne__(...)
| |
__repr__(...)
| |
__setitem__(...)
| |
clear(...)
| |
copy(...)
| |
get(...)
| |
has_key(...)
| |
items(...)
| |
iteritems(...)
| |
iterkeys(...)
| |
itervalues(...)
| |
keys(...)
| |
popitem(...)
| |
setdefault(...)
| |
update(...)
| |
values(...)
| |
Inherited from object | |
__delattr__(...)
| |
__reduce__(...)
| |
__setattr__(...)
| |
Inherited from type | |
__new__(...)
|
Class Variable Summary | |
---|---|
list |
identitys = []
|
list |
localForwards = []
|
list |
optFlags = [['null', 'n', 'Redirect input from /dev/null...
|
list |
optParameters = [['user', 'l', None, 'Log in using this ...
|
list |
remoteForwards = []
|
str |
synopsis = 'Usage: conch [options] host [command]\n '...
|
Inherited from Options | |
NoneType |
defaultSubCommand = None |
NoneType |
parent = None |
NoneType |
subCommand = None |
Method Details |
---|
opt_cipher(self, cipher)Select encryption algorithm |
opt_compress(self)Enable compression |
opt_escape(self, esc)Set escape character; ``none'' = disable |
opt_identity(self, i)Identity for public-key authentication |
opt_localforward(self, f)Forward local port to remote address (lport:host:port) |
opt_macs(self, mac)Specify MAC algorithms |
opt_remoteforward(self, f)Forward remote port to local address (rport:host:port) |
Class Variable Details |
---|
identitys
|
localForwards
|
optParameters
|
remoteForwards
|
synopsis
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Oct 25 00:55:09 2003 | http://epydoc.sf.net |