Quick and dirty README for 'ft'.

Compile:
	(g)make

Try:
	./fcphello
		You should see your node's Version= and Node= info
	./fcpget freenet:KSK@gpl.txt -
		This should display the GPL license (same as LICENSE text)
	./fcpchk ../ft-0.2.13.tgz
		This should print the content hash key for ft-0.2.13.tgz
	./fcpget freenet:KSK@19xx.zip 19xx.zip
		Should retrieve the 31 chunks of the split file 19xx.zip and
		recombine them into a single file afterwards.

Call ./ft alone to see a list of all commands and options.

That's all for now,
Juergen
