This is my FTP client for Linux only.

I wrote this client out of frustration not being able to get a decent
FTP client for linux that does queueing.

This is the first public release, and as such, there are bound to be
heaps of bugs. If you find any bugs, or have any comments, please let
me know at dparrish@zeta.org.au.

COMPILING:
	make

INSTALLING:
	make install
	cp example.quftprc ~/.quftprc

USING:
	quftp hostname

	type "help" to get a list of commands.

Should be sufficiently easy. You must have the GNU readline libraries
installed with the headers in /usr/include/readline. (That's the place
for it in Red Hat).

I don't plan on porting to Windows because it's not worth it.. there
are plenty of good FTP clients for Windows 95, such as Bulletproof FTP
(http://www.bpftp.com/). I don't have access to any *NIX systems other
than Linux, but if you want to port it to anything else, go ahead,
just let me know, preferably with patches.

KNOWN PROBLEMS:
	Command line completion doesn't work. I've spent a whole 5 minutes on it
	and that's probably why. I decided to remove it in favour of being actually
	able to enter commands, for the first release. This is a reasonably high
	priority though.

	Don't know of any other major ones.

I can be contacted at dparrish@zeta.org.au, and that's about it.
My homepage if anyone cares is http://www.zeta.org.au/~dp/

