Mercurial > gftp.yaz
view TODO @ 26:d74bfa342116
2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add intl,
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath mkinstalldirs.
* configure.in (AC_OUTPUT): Add intl/Makefile,
2002-09-24 Brian Masney <masneyb@gftp.org>
* lib/config_file.c - separated saving of bookmarks from
gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will
no longer be rewritten to disk every time gFTP exits
* src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of
gftp_write_config_file() when altering a bookmark
* configure.in - Fixed problem with the text port being compiled
against glib 1.2 if we wanted it to be compiled against glib 2.0
instead
* autogen.sh - add this build script
author | masneyb |
---|---|
date | Tue, 24 Sep 2002 12:18:40 +0000 |
parents | 8b1883341c6f |
children | bc9473ba9a90 |
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. * Add large file support to configure.in * SSH login sequence could be improved * 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 * FTP: Send ABOR command when the users wants to stop the download * FTP: Support rfc1639 * 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>