Whats New:
Version 1.1.006:

I think/hope/pray I eliminated the dependancy on OLEAUT32.DLL.

New option: Hide the transfer window. This can (marginally) speed up some transfers.

New Option: Clear the transfer window. Cleans up the screen a bit, by removing all
entries for all transfers, except for ones currently in progress.

Should be able to boot a CommServer via FTP with this now. This required a slight change
to the order of the messages that the FTP server sends back. As far as I can test it, this does
not seem to affect other FTP clients  (e.g. NetBuilder) adversely. However, if anyone has trouble
doing a GET file transfer from any device, PLEASE LET ME KNOW. Send email to:
dan_gill@3com.com

Now allow the "\" character in filenames for TFTP transfer. I assumed that all filenames would
follow the unix convention and use "/" as a directory indicator. I used to disallow "\", and send back
a message "Bad characters in filename". Now, I will accept it, and assume you really meant "/".
The characters *,?,<,>, and | are still disallowed as parts of filesnames.

TFTP and FTP client now remember your last transfer request. Thus, if something fails
for some reason, you can now reinvoke the transfer screen, and not have to retype everything.
You will still have to retype your password, which I don't save for security reasons.
I briefly flirted with the idea of providing of having a pull-down list of hosts, userIDs, etc.
However, this is FTP server software, not FTP client software. The client is thrown in as
a convenience - I don't want to bloat the code size with "feature-itis"

Debugging now allows you to choose FTP, TFTP or both when turning on debugging. 
