Changeset 774:8ca6b70c01d7
- Timestamp:
- 2009-04-11 07:42:03 (17 months ago)
- Author:
- Stefan Schwarzer <sschwarzer@…>
- Branch:
- default
- convert_revision:
- svn:778c30c8-61e0-0310-89d4-fe2f97a467b2/trunk@811
- Message:
-
Removed long-outdated points.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r666
|
r774
|
|
| 1 | 1 | Planned: |
| 2 | 2 | |
| 3 | | - see issue tracker ( http://ftputil.sschwarzer.net/trac/report/1 ) |
| | 3 | - get ftputil included into Debian repositories |
| 4 | 4 | - add `ftp_session` module containing session classes (e. g. for |
| 5 | 5 | passive mode connections) |
| … |
… |
|
| 7 | 7 | Ideas for future development: |
| 8 | 8 | |
| 9 | | - handle connection timeouts (Antonio Beamud Montero) |
| 10 | 9 | - add an interface module for ftpparse (see conversation with |
| 11 | | Oleg Broytmann) |
| 12 | | - merge with vpath project (Holger Krekel) |
| 13 | | - merge in WebDAV support |
| 14 | | - what about thread safety? (also have a look at `ftplib`) |
| | 10 | Oleg Broytmann) -> perhaps license issues |
| | 11 | - WebDAV support? |
| 15 | 12 | |