Changeset 659
- Timestamp:
- 2006-11-23 19:00:57 (2 years ago)
- Files:
-
- trunk/ftputil.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ftputil.txt
r658 r659 874 874 875 875 ``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 877 server 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 879 a single method call. 880 880 881 881 For this, you need to write a parser class by inheriting from the
