Mercurial > gftp.yaz
view TODO @ 218:de6a2e8e51cb
2003-7-9 Brian Masney <masneyb@gftp.org>
* lib/config_file.c (gftp_write_config_file) - fix for writing out
list items to the config file.
* lib/config_file.c lib/gftp.h - added gftp_free_proxy_hosts() and
gftp_copy_proxy_hosts()
* lib/protocols.c (gftp_connect_server) - look up dont_use_proxy
instead of ext
* lib/protocols.c lib/sshv2.c src/gtk/dnd.c src/gtk/menu-items.c -
when calling g_build_path(), set the directory separator to / instead
of G_DIR_SEPARATOR_S
* src/gtk/gftp-gtk.c (toolbar_hostedit) - fixed crash
* src/gtk/gftp-gtk.h - removed gotbytes from gftp_window_data
structure
* src/gtk/options_dialog.c - show proxy hosts in options dialog
* docs/sample.gftp/gftprc - new default config file
author | masneyb |
---|---|
date | Wed, 09 Jul 2003 23:25:56 +0000 |
parents | 06cdf06a0f31 |
children | b9584a877daf |
line wrap: on
line source
This is a list of some of the things I plan to work on for future releases of gFTP. If there is something you feel should be included in a future version of gFTP, please email me about it. *** TODO FOR 2.0.15 *** * Check for memory leaks with dmalloc * HTTP - I am getting complaints about HTTP proxy support is busted * Override options on a per site basis (backend is done, I just have to make a user interface for the gtk+ port) * Finish going through my email and check GNOME's Bugzilla *** END TODO FOR 2.0.15 * I need to be able to send an event from the core library to the presentation layer to have it ask the user a question. I need this for the SSL layer so that if an unknown certificate authority signed the certificate, the user can be prompted whether or not to accept it. Also, it would be handy to prompt the user for their password if a bad password was entered. * DND - be able to resume transfers * HTTP - keepalive * Support tabbed interface in GTK+ port * Parallel chdir in GTK+ port * GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2 icons * Add option to hide certain files * Be able to save the state of the transfer queue. Be able to pause transfers. * For bookmarks, be able to specify a local protocol, host, port, directory to connect to * Show status information in title bar * -d command line, check if it's a file first, if so download. If not, grab directory * Add option for @dynamic@ for bookmarks' account * Playing sounds after certain events or calling external program * Ratio support * Recursive directory compares * Make it be able to download a directory as directory.tar * Make it execute a program on a url (say rpm -qpi ftp://site.com/file.rpm) * Full Gnome compatibility. * Add registered file extensions to options dialog * VMS directory listings * Add automatic refresh interval (maybe, this could be used to get around timeouts remote servers may set) * HTTP: Support CONNECT method in Squid proxy * Add support for SRP protocol (http://srp.stanford.edu/srp) * Add support for DAV protocol * Add support for rsync protocol * Add support for gss-ftp protocol (and ftp-ssl) Brian Masney <masneyb@gftp.org>