annotate TODO @ 676:72a6de68d9c8

2005-1-24 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_parse_url) - rewrote the URL parser so that the URL is parsed from right to left instead of left to right. There are more checks done to the URL.
author masneyb
date Tue, 25 Jan 2005 01:55:01 +0000
parents bb2c8ee0a8b4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 This is a list of some of the things I plan to work on for future releases
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2 of gFTP. If there is something you feel should be included in a future
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 version of gFTP, please email me about it.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4
620
bb2c8ee0a8b4 2004-11-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 429
diff changeset
5 * PATH_MAX may not be defined on the system
bb2c8ee0a8b4 2004-11-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 429
diff changeset
6 * SITE command - give option to not specify SITE
bb2c8ee0a8b4 2004-11-9 Brian Masney <masneyb@gftp.org>
masneyb
parents: 429
diff changeset
7
198
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
8 * I need to be able to send an event from the core library to the presentation
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
9 layer to have it ask the user a question. I need this for the SSL layer so
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
10 that if an unknown certificate authority signed the certificate, the user
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
11 can be prompted whether or not to accept it. Also, it would be handy to
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
12 prompt the user for their password if a bad password was entered.
213
06cdf06a0f31 2003-7-6 Brian Masney <masneyb@gftp.org>
masneyb
parents: 204
diff changeset
13 * HTTP - keepalive
198
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
14 * Support tabbed interface in GTK+ port
8fea1b1a2ec6 2003-6-22 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
15 * Parallel chdir in GTK+ port
73
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
16 * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 66
diff changeset
17 icons
45
311e29c40ed6 2002-10-31 Brian Masney <masneyb@gftp.org>
masneyb
parents: 40
diff changeset
18 * Be able to save the state of the transfer queue. Be able to pause transfers.
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
19 * -d command line, check if it's a file first, if so download. If not, grab directory
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
20 * Add option for @dynamic@ for bookmarks' account
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
21 * Playing sounds after certain events or calling external program
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
22 * Ratio support
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
23 * Recursive directory compares
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
24 * Make it be able to download a directory as directory.tar
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
25 * Make it execute a program on a url (say rpm -qpi ftp://site.com/file.rpm)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
26 * Full Gnome compatibility.
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
27 * Add registered file extensions to options dialog
307
76c912483d1d 2003-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 300
diff changeset
28 * Multiline VMS directory listings
76c912483d1d 2003-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 300
diff changeset
29 BIN.DIR;1
76c912483d1d 2003-11-5 Brian Masney <masneyb@gftp.org>
masneyb
parents: 300
diff changeset
30 2/35 24-JUL-2003 10:51:02 [TST,JAQUAY_TST] (RWE,RWE,RWE,RE)
36
bc9473ba9a90 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 26
diff changeset
31 * HTTP: Support CONNECT method in Squid proxy
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
32 * Add support for SRP protocol (http://srp.stanford.edu/srp)
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
33 * Add support for DAV protocol
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
34 * Add support for rsync protocol
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
35
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
36 Brian Masney <masneyb@gftp.org>
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
37