H&S Technology, Inc.
P.O. Box 5152
Katy, TX  77491-5152
Tel: (281) 395-0345
Fax: (281) 395-8884
Email: hnstech@compuserve.com
URL: http://www.hnstech.com

Welcome to H&S Technology, Inc.'s WINFTP DLL. WINFTP DLL is a File Transfer
Protocol (FTP) Application Programming Interface (API) for Windows 3.x development 
toolkit.  This API allows you to integrate FTP functions into your application seamlessly. 
Using this API, you can transfer files between systems anywhere in the world.  All 
you need is a WINSOCK.DLL from your TCP/IP software supplier.

Please read the LICENSE.WRI file first for licensing information.

For latest release or update, please visit our website at http:\\www.hnstech.com\.

In order to use WINFTP.DLL, you will need to 
run setup to properly install the software first.  The DLL will not 
function properly unless you perform the following installation process 
correctly.  Begin the installation from Windows. 

Microsoft ACCESS Users:
If you are experiencing problem with errors "openning file" or "writing to file", you
may want to use the Windows SDK function SetHandleCount(nHandle), a KERNEL function,
to increase the number of file handles (default is 20).


Note: Please take a moment to locate your serial number and 
registration key on the installation diskette.  If you are installing for 
evaluation only, then you do not need the serial number and 
registration key, just click OK when you are asked for serial number 
and registration key.

Installing WINFTP.DLL.

To begin the install process from a distribution diskette:
1. Insert the Winftp disk in your floppy drive.
2. Select Run from the Program Manager File Menu.
3. Type X:\SETUP in the Command Line text box, substituting your 
floppy drive's letter for X (for example, if your floppy driver letter is 
A, you'd type A:\SETUP).
4. Click OK.
5. Follow the instructions on the screens.
6. After you have finished installing,  add the WINFTP.DLL in your 
search PATH or copy it to your Windows directory.

To begin the install process from a ZIP file:
1. Create a temporary directory and copy the zip file into the 
   temporary directory.
2. Unzip the file with PKUNZIP winftp.zip.
3. Select Run from the Program Manager File Menu.
4. Type <PATH>\SETUP in the Command Line text box, substituting 
the temporary directory for <PATH> (for example, if your temporary 
directory is C:\TEMP, you'd type C:\TEMP\SETUP).
5. Click OK.
6. Follow the instructions on the screens.
7. After you have finished installing,  add the WINFTP.DLL in your 
search PATH or copy it to your Windows directory.


Ombudsman statement:
"H&S Technology, Inc. is a member of the Association of Shareware 
Professionals (ASP).  ASP wants to make sure that the shareware principle 
works for you.  If you are unable to resolve a shareware-related problem 
with an ASP member by contacting the member directly, ASP may be able to 
help.  The ASP Ombudsman can help you resolve a dispute or problem with an 
ASP member, but does not provide technical support for members' products.  
Please write to the ASP Ombudsman at 545 Grover Road, Muskegon, MI USA 
49442-9427, FAX 616-788-2765, or send a CompuServe message via CompuServe 
Mail to ASP Ombudsman 70007,3536"


New in Version 3.01

Major enhancement for supporting multiple concurrent sessions.

Functions:
1. ftp_Exists
2. ftp_NewSession
3. ftp_Logout
4. ftp_SetLocalPath
5. ftp_ClearLocalPath
6. ftp_OpenPortWithHandle
7. ftp_OpenWithHandle

New in Version 3.06

Function:
1. ftp_SetPassive
