view TODO @ 390:0444232dc494

2003-2-3 Brian Masney <masneyb@gftp.org> * lib/ftpcommon.h lib/ftps.c lib/rfc959.c - added pointers to read/write functions to the rfc959_params structure for the data connection. For now, this is always set to the plaintext version.
author masneyb
date Wed, 04 Feb 2004 02:20:33 +0000
parents 2f5ce7fb5aad
children 14ef37b62c20
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.

* FXP transfers segfault
* Does not work with rssh, need to improve the SSH login sequence
* Be able to paste a URL in the host box in the GUI

* If the IPV6 connection fails, automatically try a IPV4 connection.
* 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. 
* 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
* Be able to save the state of the transfer queue. Be able to pause transfers.
* -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
* Multiline VMS directory listings
  BIN.DIR;1               
       2/35         24-JUL-2003 10:51:02  [TST,JAQUAY_TST]    (RWE,RWE,RWE,RE)
* 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 ftp-ssl. The URL ftp://ftp.runestig.com/pub/ftp-tls has a FTP
  server that supports SSL.

Brian Masney <masneyb@gftp.org>