Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
fw.ftp.set_debuglevel(1) More...
Public Member Functions | |
def | __init__ |
def | setTimeout |
def | setMaxConns |
def | connect_ftp |
def | check_cache |
![]() | |
def | ftp_open |
def | connect_ftp |
![]() | |
def | add_parent |
def | close |
Data Fields | |
cache | |
timeout | |
soonest | |
delay | |
max_conns | |
fw.ftp.set_debuglevel(1)
Definition at line 941 of file urllib2.py.
def check_cache | ( | self) |
Definition at line 967 of file urllib2.py.
References CacheFTPHandler.cache, BaseHandler.close(), CacheFTPHandler.max_conns, sre_parse.min, CacheFTPHandler.soonest, and CacheFTPHandler.timeout.
def connect_ftp | ( | self, | |
user, | |||
passwd, | |||
host, | |||
port, | |||
dirs | |||
) |
Definition at line 957 of file urllib2.py.
References CacheFTPHandler.cache, CacheFTPHandler.check_cache(), CacheFTPHandler.delay, and CacheFTPHandler.timeout.
def setMaxConns | ( | self, | |
m | |||
) |
Definition at line 954 of file urllib2.py.
References CacheFTPHandler.max_conns.
def setTimeout | ( | self, | |
t | |||
) |
Definition at line 951 of file urllib2.py.
References CacheFTPHandler.delay.
cache |
Definition at line 945 of file urllib2.py.
delay |
Definition at line 948 of file urllib2.py.
max_conns |
Definition at line 949 of file urllib2.py.
soonest |
Definition at line 947 of file urllib2.py.
timeout |
Definition at line 946 of file urllib2.py.