Changeset 697
- Timestamp:
- 2007-04-21 19:37:40 (2 years ago)
- Files:
-
- trunk/TODO (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/TODO
r636 r697 1 1 Planned: 2 2 3 - write a ftputil_mirror.py script 4 a) as a usage example of ftputil 5 b) for benchmarking 6 c) as a useful tool 7 - support more directory formats (see mails from Oleg Broytmann) 8 - support time resolution in stat results (Oleg Broytmann) 3 - see issue tracker ( http://ftputil.sschwarzer.net/trac/report/1 ) 9 4 - add `ftp_session` module containing session classes (e. g. for 10 5 passive mode connections) … … 13 8 14 9 - handle connection timeouts (Antonio Beamud Montero) 10 - add an interface module for ftpparse (see conversation with 11 Oleg Broytmann) 15 12 - merge with vpath project (Holger Krekel) 16 13 - merge in WebDAV support 17 14 - what about thread safety? (also have a look at `ftplib`) 18 - map FTP error numbers to os error numbers (ENOENT etc.)?19 15
