Changeset 659

Show
Ignore:
Timestamp:
2006-11-23 19:00:57 (2 years ago)
Author:
schwa
Message:
Mention parsers, not just count them. ;-)
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ftputil.txt

    r658 r659  
    874874 
    875875``ftputil`` recognizes the two most widely-used FTP directory formats 
    876 and adjusts itself automatically. However, if your server uses a 
    877 format which is different from the two provided by ``ftputil``, you 
    878 can plug in an own custom parser and have it used by a single method 
    879 call. 
     876(Unix and MS style) and adjusts itself automatically. However, if your 
     877server uses a format which is different from the two provided by 
     878``ftputil``, you can plug in an own custom parser and have it used by 
     879a single method call. 
    880880 
    881881For this, you need to write a parser class by inheriting from the