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 WINFTP32 DLL. WINFTP32 DLL is a File Transfer
Protocol (FTP) Application Programming Interface (API) for Windows 95 & NT 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.

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 WINFTP32.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. 

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 WINFTP32.DLL. 

To begin the install process from a distribution diskette:
1. Insert the Winftp32 disk in your floppy drive :
2. If you are using Windows 95, select Start from the Taskbar, then
    Select Run from the Start menu.
    or
    If you are using Windows NT, select Run from the Program
    Manager File menu.
3. Type X:\SETUP32, substituting your floppy drive's letter for X
    (for example, if your floppy driver letter is A, you'd type 
    A:\SETUP32).
4. Click OK.
5. Follow the instructions on the screens.
6. After you have finished installing,  add the WINFTP32.DLL in your 
    search PATH or copy it to your Windows directory.

To begin the install process from a WINFTP32.ZIP file:
1. First create a temporary directory and copy WINFTP32.ZIP into the 
    temporary directory.
2. Unzip the file with PKUNZIP WINFTP32.ZIP.
3. If you are using Windows 95, select Start from the Taskbar, then
    Select Run from the Start menu.
    or
    If you are using Windows NT, select Run from the Program
    Manager File menu.
4. Type <PATH>\SETUP32 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\SETUP32).
5. Click OK.
6. Follow the instructions on the screens.
7. After you have finished installing,  add the WINFTP32.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"

Borland C/C++ Users:
Please use winftpbc.h header file for function prototypes. If you are 
having problem linking with winftp32.lib, please use the IMPORTS entries
in the winftp32.def file.

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
