Winftp and Winftp32 fixes log.

Problem:
Winftp didn't like the latest Trumpet Winsock version 2.0 Rev F.

Fix:
This problem has been corrected in v2.00a.

Problem:
StatusBox did not show the right total bytes.

Fix:
This problem has been corrected in v2.02

Problem:
Ftp_append does not close StatusBox after transferring the file.

Fix:
This problem has been corrected in v2.02

Problem:
File size incorrect in ftp_get binary mode, with statusbox on.

Fix:
This problem has been fixed in v2.03.

7/17/96 v2.06
Fixed some of the error messages.  

8/5/96  v2.51
Fixed the successful return code 0 for ftp_pwd.

8/5/96  v2.52
Fixed memory overlay problem.

10/12/96 v2.53
WINFTP.DLL - Get an error cannot create socket when trying to
use WINFTP.DLL from multiple applications. Fixed.

10/26/96 v2.54
Winftp was losing the last package using Wollongong's pathway winsock.dll.
This is now fixed.

1/10/97  v2.55
Applied the same receive data timeout to waiting to establish data connection
with FTP server.

1/26/97  v2.56
ftp_mput return -1 even when it is successful.  This problem is fixed and ftp_mput
is returning the correct return code.

7/18/97  v2.57
Fixed status bar problem when transferring data > 13M.
Added winftp_setdefaulttimeout function for setting the initial default timeout 
value. (default is 60 seconds).

10/30/97 v2.59
Fixed "Abort problem" when aborting a file transfer.
Added winftp_enablelog and winftp_disablelog functions for debugging.
The status bar dialog texts are loaded from STRINGTALBE and not hardcoded
anymore.
Added Elapsed Time and Remaining Time in the Status Bar.

11/7/97 v2.59a
Improved the method for getting the transfer bytes size for the Status Bar.

12/18/97 v2.59b
Fixed file permission problem after a ftp_get.  The file permission was set to
readonly after the ftp_get.

10/15/1998
New release. Version 3.01

2/2/1999 v3.05
Fixed the www_Open dll expired problem.

4/10/1999 v3.06
Fixed:
- When doing ftp_put with long file name, default remote long file name
was not correct.
- When doing ftp_get with invalid or no remote file name, it did not
return proper error and sometimes also cause GPF.
- Added ftp_SetPassive function.

6/11/1999 v3.07
Fixed:
- ftp_pwd function was not getting the current remote working path, causing
GPF in winftp and returning empty string in winftp32.
- Enhanced the file size display on the status bar.

6/30/1999 v3.08
Add back old status bar support.

8/3/1999 v3.09
Fixed the hanging problem the FTP server severed the connection.
