Ignore:
Timestamp:
Jan 28, 2010 8:59:39 PM (14 years ago)
Author:
chervol
Message:

switched from using spider, added BasicHTTP authenticaion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.distrpoxy/trunk/quintagroup/distproxy/spider.py

    r1065 r1603  
    33## Copyright (c) 1999 - 2003 L. C. Rees.  All rights reserved. 
    44## See COPYRIGHT file for license terms. 
    5  
    6 __name__ = 'spider' 
    7 __version__ = '0.5' 
    8 __author__ = 'L.C. Rees (xanimal@users.sf.net)' 
    9 __all__ = ['ftpurls', 'ftppaths', 'weburls', 'ftpmirror', 'ftpspider', 
    10     'webpaths', 'webreport', 'webmirror', 'webspider', 'urlreport', 
    11     'badurlreport', 'badhtmreport', 'redireport', 'outreport', 'othereport'] 
    12  
    13 '''Multithreaded crawling, reporting, and mirroring for Web and FTP.''' 
    145 
    156from __future__ import generators 
Note: See TracChangeset for help on using the changeset viewer.