Just started doing ftp backup util

Added ability to select directories to backup and save to xml
Have some ability to make ftp request but will have to work at this 
   (note that to change the directory you need to logon under a different directory)
June 26 2007
Got pretty much everything working (July 1st kept on working)
	Things to do....
	Check the date to only incrementally send everything. (done)
	have asnycronous file copying so we could display the progress of a ftp transfer (somewhat done needs testing)
	write a help file (acually just make a dialog box not done) (done now)
	get a ftp program that nukes directoryies to clean up what we made (done)
	put in code that stacks the sending of the files so we can use the asyn and wait
	for it to end before starting the next one (done)
	
	To Do!
	Test this more intensly then before, comment the code and write the help file (done I suppose)

July 11 2007,
Well this was really done on July 1st but I decided to do the last few things now just make sure its done

July 13 2007,
Cleaned up and added more commenting