comparison TODO @ 387:2f5ce7fb5aad

2003-2-2 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h src/uicommon/gftpui.c src/gtk/gftp-gtk.c - updated the format of the config file write_functions so that the value isn't written to a file descriptor. Instead, it is written to a buffer. * src/text/gftp-text.c (gftp_text_log) - search for newlines in the string and split on those characters first * src/text/textui.c (gftpui_disconnect) - disconnect from the host * src/uicommon/gftpui.c - removed calls to printf() functions. Instead print the values out using the logging function * src/uicommon/gftpuicallbacks.c (gftpui_common_run_ls) - if we are connected to a local site, lookup the options local_sortasds and local_sortcol. Otherwise, lookup remove_sortasds and remote_sortcol. * autogen.sh - disable maintainer mode * TODO - updated
author masneyb
date Tue, 03 Feb 2004 02:27:57 +0000
parents 76c912483d1d
children 14ef37b62c20
comparison
equal deleted inserted replaced
386:16497a84c34b 387:2f5ce7fb5aad
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 4
5 * FXP transfers segfault
6 * Does not work with rssh, need to improve the SSH login sequence
7 * Be able to paste a URL in the host box in the GUI
8
9 * If the IPV6 connection fails, automatically try a IPV4 connection.
5 * I need to be able to send an event from the core library to the presentation 10 * 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 11 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 12 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 13 can be prompted whether or not to accept it. Also, it would be handy to
9 prompt the user for their password if a bad password was entered. 14 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.
12 * DND - be able to resume transfers
13 * HTTP - keepalive 15 * HTTP - keepalive
14 * Support tabbed interface in GTK+ port 16 * Support tabbed interface in GTK+ port
15 * Parallel chdir in GTK+ port 17 * Parallel chdir in GTK+ port
16 * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2 18 * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2
17 icons 19 icons
18 * Add option to hide certain files
19 * Be able to save the state of the transfer queue. Be able to pause transfers. 20 * Be able to save the state of the transfer queue. Be able to pause transfers.
20 * For bookmarks, be able to specify a local protocol, host, port, directory
21 to connect to
22 * Show status information in title bar
23 * -d command line, check if it's a file first, if so download. If not, grab directory 21 * -d command line, check if it's a file first, if so download. If not, grab directory
24 * Add option for @dynamic@ for bookmarks' account 22 * Add option for @dynamic@ for bookmarks' account
25 * Playing sounds after certain events or calling external program 23 * Playing sounds after certain events or calling external program
26 * Ratio support 24 * Ratio support
27 * Recursive directory compares 25 * Recursive directory compares