Python Library Reference
Previous:
11.5.16 FTPHandler Objects
Up:
11.5 urllib2
Next:
11.5.18 GopherHandler Objects
11.5.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.5.16 FTPHandler Objects
Up:
11.5 urllib2
Next:
11.5.18 GopherHandler Objects
Release 2.2, documentation updated on December 21, 2001.
See
About this document...
for information on suggesting changes.