Python Library Reference
Previous:
11.4.16 FTPHandler Objects
Up:
11.4 urllib2
Next:
11.4.18 GopherHandler Objects
11.4.17 CacheFTPHandler Objects
CacheFTPHandler
objects are
FTPHandler
objects with the following additional methods:
setTimeout
(
t
)
Set timeout of connections to
t
seconds.
setMaxConns
(
m
)
Set maximum number of cached connections to
m
.
Python Library Reference
Previous:
11.4.16 FTPHandler Objects
Up:
11.4 urllib2
Next:
11.4.18 GopherHandler Objects
Release 2.1.3, documentation updated on April 8, 2002.
See
About this document...
for information on suggesting changes.