|
|
|
|
|
create_conn(baseurl,
conn=None)
(baseurl,conn) --- Takes a protocol://site:port/address url, and an
optional connection. |
source code
|
|
|
|
make_ftp_request(conn,
address,
rest=None,
dest=None)
(conn,address,rest) --- uses the conn object to request the data from
address and issuing a rest if it is passed. |
source code
|
|
|
|
make_http_request(conn,
address,
params={},
headers={},
dest=None)
(conn,address,params,headers) --- uses the conn object to request the
data from address, performing Location forwarding and using the
optional params and headers. |
source code
|
|
|
|
match_in_array(array,
prefix=u'',
suffix=u'',
match_both=1,
allow_overlap=0) |
source code
|
|
|
|
dir_get_list(baseurl,
conn=None)
(baseurl[,connection]) -- Takes a base url to connect to and read
from. |
source code
|
|
|
|
|
|
|
file_get(baseurl=None,
dest=None,
conn=None,
fcmd=None,
filename=None,
fcmd_vars=None)
(baseurl,dest,fcmd=) -- Takes a base url to connect to and read from. |
source code
|
|
|
|
file_get_lib(baseurl,
dest,
conn=None)
(baseurl[,connection]) -- Takes a base url to connect to and read
from. |
source code
|
|
|
|
dir_get_metadata(baseurl,
conn=None,
chunk_size=3000,
verbose=1,
usingcache=1,
makepickle=None)
(baseurl,conn,chunk_size,verbose) -- |
source code
|
|
|
|
|