when doing i18n, be sure not to add intl/ to CVS! It is generated by
gettextize, which is run by autogen.sh. It will be included in make dist.

List of windows in the Windows menu. Does anyone know how to do this? I was
going to add this for this version, but I don't now how to add to menus
generated by GnomeUIInfo.

int he queue listing, one of the context menu options should
be "Download this item", which will download only that item.
What dblclick does should be configurable, but default will be
to get/put just that item.

completely re-do handling of symlinks. new member added to ftpFile:
gchar *link. Will be NULL for normal files and dirs, but for links it will
point to the -> information. Another new memeber is ftpFile *linkfile,
which points to the ftpFile for the file this link points to, or NULL if
it hasn't been accessed yet.

The information in file->link should be displayed in the file listing,
just like it is in hte listing sent by teh remote host. When acted on,
file->linkfile->type should be checked to see if it's a dir or file. If
file->linkfile is NULL, it should be created, and then type can be
checked.

configuration option whether dotfiles are shown.

Bookmarks menu. should have netscape's 'File Bookmark' feature. Rename
Site Manager to Bookmark Editor.

file listing needs to be update after a transfer is done/aborted, and if
it was a queue transfer that was aborted, it must be updated also. this is
to catch file size changes. I think the queue listings are already being
update.

Remember state of site manager (which folders are open and stuff),
also, double click on site should connect

6. saving the list of the last X (say 5) dirs I visited per each site.
example: I type in ftp.cdrom.com at the top.  when it connects, I would
like to be able to pull down in the remote dir 'change' box the last few
dirs I hit the last time I was on ftp.cdrom.com.

make host name a gnomeentry, and have it do bpftp's auto-fill trick
(also the file listing entries should do that). in addition, it should
also remember the other fields for a site. this could probably be
connected with the histroy mechanism described below.

allow the queue to run items from current site in current window.

trying to queue a file when you don't have write permissions to the
current directory causes problems.

options to monitor clipboard for urls.

connect to configure_event in GtkWidget and grab geometry. In this
callback, the new geometry will be stored in a global variable, which is
used to create new windows, and is saved to config file with
gnome_geometry_string(), and restored using gnome_parse_geometry()
unless it is given on command line.

if remote listing fails, try the LIST command with no args.

save geometry and positions of dock items

next, add urls.
next, proxy support.
fix all these little things
clean up the UI, add menus.

Permanent folder in SiteMan called History (contents not permanent).
It holds all sites visited through means other than siteman.

there should be separate options for double-clicking remote and local
files. possibilities include download and launch mime viewer, or pop up a
gless widget if it has none; download and do nothing; add to queue.

clists should be sortable by clicking on titles.

option for whether the queue and siteman windows are transient or
not.

motds and such should optionally appear in a popup.

queue for down/upload should only become sensitive after an item
in the relevant clist is selected.

queueing symbolic links does not quite work on sites like gnomeftp.wgn.net
and ftp.cdrom.com; it uses the size of the link rather than its target.
This doesn't screw up the download, but it looks silly (and probably
confusing) on the queue.

Translations.

urls

If the connection dies w/out program's knowledge (for example, bringing
down a dial-up connection), it hangs.

For the console version, use ncurses, with a lower window for the queue,
which is only displayed if there is a queue.

The Debian package doesn't depend on gnome-libs (I imagine this will
change when I switch to packaged Gnome).

Missing features:

 * Multiple sites in the queue	done
 * Transfer resume		done
 * Config file			
 * Site Manager			done
 * Menus			begun
 * URL downloading
 * Proxy support
 * Mirroring/directory transfer
 * Various minor features
 * Various major features :)
