FTP Wizard Seekford Solutions, Inc. v1.0.3 FIXED - Downloading would cause the UI to crash. ADDED - Cancellation of file transfer now possible. v1.0.4 FIXED - Memory management with the FileInfos object resolved. v1.0.5 ADDED - New method SetFileDownloadMethod(Boolean bBinary) This method will affect all file downloads. With TRUE being Binary Mode and FALSE being ASCII transfer mode v1.0.6 FIXED - Fixed limit on directory entries. Now allow up to 30,000 entries. v1.0.7 FIXED - Error code discrepency. ////////////////////////////////////////////////////////// /// /// Version 2.0 /// ////////////////////////////////////////////////////////// v2.0.8 ADDED - Asynchronous operating mode Extensive optimzation changes made v2.0.9 UPDATED - Download progress notification slowed download on high speed connection(i.e. same lan server) Now notifications only sent ever half second UPDATED - Upload progress notification slowed upload on high speed connection(i.e. same lan server) Now notifications only sent ever half second v2.0.10 - 08/17/2003 FIXED - FileInfos memory reference decrement miscalculation fixed. Memory would incorrectly be deallocated and possibly cause application failure. v2.0.11 - 10/01/2003 FIXED - Found flaws in Microsoft technology that had to be circumvented. They created a significant amount of work for us. v2.0.12 - 1/05/2005 MODIFIED - Cancel file transfer method will now only return after the transfer has actually cancelled. ////////////////////////////////////////////////////////// /// /// Version 3.0 /// ////////////////////////////////////////////////////////// v3.0.13 - 02/01/2005 New version created