Part of lp.registry.scripts.productreleasefinder.walker View In Hierarchy
This class implements a walker for the FTP URL scheme; it's fairly simple and just walks the FTP tree beneath the URL given using CWD and LIST.
| Method | __init__ | Undocumented |
| Method | open | Open the FTP connection. |
| Method | close | Close the FTP connection. |
| Method | list | Change directory and return listing. |
Inherited from WalkerBase:
| Method | walk | Walk through the URL. |