Changeset 697

Show
Ignore:
Timestamp:
2007-04-21 19:37:40 (2 years ago)
Author:
schwa
Message:
Remove things which are already in the issue tracker.

Remove already implemented changes.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/TODO

    r636 r697  
    11Planned: 
    22 
    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 ) 
    94- add `ftp_session` module containing session classes (e. g. for 
    105  passive mode connections) 
     
    138 
    149- handle connection timeouts (Antonio Beamud Montero) 
     10- add an interface module for ftpparse (see conversation with 
     11  Oleg Broytmann) 
    1512- merge with vpath project (Holger Krekel) 
    1613- merge in WebDAV support 
    1714- what about thread safety? (also have a look at `ftplib`) 
    18 - map FTP error numbers to os error numbers (ENOENT etc.)? 
    1915