=====================
README.TXT: For Users
=====================

FTP Client Engine for C/C++ (FCE4C)
January 8, 2001
Version 2.1

=== Shareware ===

This software is SHAREWARE and may be freely
distributed provided that no files are modified.
There are no functional limitations. Registration
is $105 for email delivery and includes one year
free updates.

See www.marshallsoft.com/order.htm to order.

=== Description ===

The FTP Client Engine for C/C++ (FCE) consists of
Win16 and Win32 DLL's that allows any program capable
of calling the Windows API to connect to any FTP
server and navigate its directory structure, list
files, delete files, make and remove directories,
download files, and upload files, all from within
your C/C++ application. Requires Windows C/C++
compiler (Visual C/C++, Borland C/C++, Borland C++
Builder, Watcom C/C++, or LCC-WIN32.

=== Installation ===

Run the WISE installation program SETUP.EXE which will
install all FCE4C files, including copying FCE16.DLL
and FCE32.DLL to your Windows directory, C:\WINDOWS
for Windows 3.1/95/98/Me or C:\WINNT for Windows
NT/2000.

No Windows system files are modified.

=== Documentation ===

Documentation will be found in the DOCS directory
after running the SETUP installation program.

For more information, refer to the following manuals
each in 3 formats (*.TXT, *.DOC, and *.HTM):

(1) FCE4C Programmers Manual

    Covers C/C++ language issues such as compilers,
    compiling, and examples.

    See FCE_4C.DOC, FCE_4C.HTM, or FCE_4C.TXT.

(2) FCE4C Users Manual

    Covers FTP basics, theory of operation, application
    notes, and licensing.

    See FCE_USR.DOC, FCE_USR.HTM, or FCE_USR.TXT

(3) FCE4C Reference Manual

    Lists details for each function in the library.

    See FCE_REF.DOC, FCE_REF.HTM, or FCE_REF.TXT.

Also see:

(1) LICENSE.TXT : License information.
(2) RELEASE.TXT : If upgrading from earlier version.
(3) INVOICE.TXT : Order form and invoice.

Online documentation and the latest version can be
found in the FCE4C product page at

    http://www.marshallsoft.com/fce4c.htm

=== Example Programs ===

All example code is found in the APPS directory.

=== Quick Start ===

(1) Unzip FCE4C21.ZIP into an empty directory.
(2) Run SETUP (WISE Installation file).
(3) Compile the console mode program FCEVER.

FCEVER32.MAK : Win32 MSVC Developer Studio
FCEVER32._M_ : Win32 MSVC CL (command line) compiler
FCEVER16._M_ : Win16 MSVC CL compiler
FCEVER32._B_ : Win32 Borland C/C++ CL compiler
FCEVER16._B_ : Win16 Borland C/C++ CL compiler
FCEVER32._W_ : Win32 Watcom C/C++ CL compiler

[END]
