comparison TODO @ 307:76c912483d1d

2003-11-5 Brian Masney <masneyb@gftp.org> * TODO - updated * configure.in - updated version to 2.0.16. * configure.in docs/Makefile.am - Added check for the db2html command (from gtk+ configure) * docs/gftp-faq.sgml - updated with more informationA * docs/website/index.html.in - updated list of translations * lib/misc.c (expand_path) - expand paths with double slashes properly to support Novell directory listings. (gftp_build_path) - better checking of paths that end in /. (gftp_info) - show if _REENTRANT was defined when it was compiled. * README - removed, this is automatically generated now.
author masneyb
date Thu, 06 Nov 2003 03:19:04 +0000
parents 234944770ebd
children 2f5ce7fb5aad
comparison
equal deleted inserted replaced
306:8978792d0855 307:76c912483d1d
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:
17 4
18 * I need to be able to send an event from the core library to the presentation 5 * I need to be able to send an event from the core library to the presentation
19 layer to have it ask the user a question. I need this for the SSL layer so 6 layer to have it ask the user a question. I need this for the SSL layer so
20 that if an unknown certificate authority signed the certificate, the user 7 that if an unknown certificate authority signed the certificate, the user
21 can be prompted whether or not to accept it. Also, it would be handy to 8 can be prompted whether or not to accept it. Also, it would be handy to
22 prompt the user for their password if a bad password was entered. 9 prompt the user for their password if a bad password was entered.
10 * Text Port - resume transfers, add --mirror option, --continue option
11 and --background options to the command line.
23 * DND - be able to resume transfers 12 * DND - be able to resume transfers
24 * HTTP - keepalive 13 * HTTP - keepalive
25 * Support tabbed interface in GTK+ port 14 * Support tabbed interface in GTK+ port
26 * Parallel chdir in GTK+ port 15 * Parallel chdir in GTK+ port
27 * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2 16 * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2
38 * Recursive directory compares 27 * Recursive directory compares
39 * Make it be able to download a directory as directory.tar 28 * Make it be able to download a directory as directory.tar
40 * Make it execute a program on a url (say rpm -qpi ftp://site.com/file.rpm) 29 * Make it execute a program on a url (say rpm -qpi ftp://site.com/file.rpm)
41 * Full Gnome compatibility. 30 * Full Gnome compatibility.
42 * Add registered file extensions to options dialog 31 * Add registered file extensions to options dialog
43 * VMS directory listings 32 * Multiline VMS directory listings
44 * Add automatic refresh interval (maybe, this could be used to get around 33 BIN.DIR;1
45 timeouts remote servers may set) 34 2/35 24-JUL-2003 10:51:02 [TST,JAQUAY_TST] (RWE,RWE,RWE,RE)
46 * HTTP: Support CONNECT method in Squid proxy 35 * HTTP: Support CONNECT method in Squid proxy
47 * Add support for SRP protocol (http://srp.stanford.edu/srp) 36 * Add support for SRP protocol (http://srp.stanford.edu/srp)
48 * Add support for DAV protocol 37 * Add support for DAV protocol
49 * Add support for rsync protocol 38 * Add support for rsync protocol
50 * Add support for ftp-ssl. The URL ftp://ftp.runestig.com/pub/ftp-tls has a FTP 39 * Add support for ftp-ssl. The URL ftp://ftp.runestig.com/pub/ftp-tls has a FTP