comparison TODO @ 300:234944770ebd

2003-10-27 Brian Masney <masneyb@gftp.org> * TODO - the top of this file now contains a list of items that needs to be completed before 2.0.16 can be released. If I missed something important, please drop me an email.
author masneyb
date Mon, 27 Oct 2003 23:06:32 +0000
parents dbf13a10be13
children 76c912483d1d
comparison
equal deleted inserted replaced
299:6da95954fe41 300:234944770ebd
1 This is a list of some of the things I plan to work on for future releases 1 This is a list of some of the things I plan to work on for future releases
2 of gFTP. If there is something you feel should be included in a future 2 of gFTP. If there is something you feel should be included in a future
3 version of gFTP, please email me about it. 3 version of gFTP, please email me about it.
4
5 Items to fix for 2.0.16:
6
7 * Edit, if there is a timeout on the remote side hwen you go to upload, it waits
8 for 30 secs
9 * ASCII transfers corrupt the file
10 * FreeBSD SSHV2 upload crash. I can't reproduce this under Linux
11 * HTTP Support: The following directory listing does not work:
12 http://ftp.redhat.com/pub/redhat/linux/updates/9/en/os/i386
13 * When getting the list of files/directories, don't make the window always
14 stay on top. It's annoying for large directory listings
15
16 Other items for a later version:
4 17
5 * I need to be able to send an event from the core library to the presentation 18 * I need to be able to send an event from the core library to the presentation
6 layer to have it ask the user a question. I need this for the SSL layer so 19 layer to have it ask the user a question. I need this for the SSL layer so
7 that if an unknown certificate authority signed the certificate, the user 20 that if an unknown certificate authority signed the certificate, the user
8 can be prompted whether or not to accept it. Also, it would be handy to 21 can be prompted whether or not to accept it. Also, it would be handy to