|
Revision 636, 0.6 kB
(checked in by schwa, 2 years ago)
|
Merged in the rest of the changes from the branch add_stat_caching:
svn merge -r580:632 svn://ftputil.sschwarzer.net/ftputil/branches/add_stat_caching .
I don't know for sure why those changes weren't displayed by
`svn log`. It seems to be good to run an `svn up` on both the trunk
and the branch before the actual merge, so the results given by
`svn info` are up to date.
|
- Property svn:mime-type set to
text/plain
- Property svn:eol-style set to
native
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
Planned: |
|---|
| 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) |
|---|
| 9 |
- add `ftp_session` module containing session classes (e. g. for |
|---|
| 10 |
passive mode connections) |
|---|
| 11 |
|
|---|
| 12 |
Ideas for future development: |
|---|
| 13 |
|
|---|
| 14 |
- handle connection timeouts (Antonio Beamud Montero) |
|---|
| 15 |
- merge with vpath project (Holger Krekel) |
|---|
| 16 |
- merge in WebDAV support |
|---|
| 17 |
- what about thread safety? (also have a look at `ftplib`) |
|---|
| 18 |
- map FTP error numbers to os error numbers (ENOENT etc.)? |
|---|
| 19 |
|
|---|