FTP client component library for Xbase provides direct and simple control of the FTP protocol from an Xbase application program. Transfer, rename, delete, list, and append files. Create and remove server directories. Supports proxy servers.

Version: 3.4.1FTP client component library for Xbase provides direct and simple control of the FTP protocol from an Xbase application program.
License: Free To Try $115.00
Operating System: Windows
Homepage: www.marshallsoft.com
Developed by:
The FTP Client Library uses a simple API to easily write programs that:
- Connect to any FTP server. .
- Navigate the server directories.
- Specify ASCII or BINARY transfer mode.
- List server files.
- Download files (with wildcard support).
- Upload files (with wildcard support).
- Delete files.
- Rename files.
- Append files.
- Create and remove server directories.
- Transfer mutiple files.
- Parse long directory listings.
- Use with the internet or a LAN.
- Resume file transfers from any offset.
- Display progress bars.
- Change files names while being uploaded or downloaded.
- Specify the FTP or data port.
- Supports passive mode (use with firewalls).
- Supports S/KEY password encryption.
- Supports many proxy servers.
- Supports multiple concurrent FTP sessions.
- Specify the FTP or data port.
- Display progress bars.
- Create FTP programs that run in the background.
- Includes 41 functions.
- Includes multiple Xbase example programs.
- Does not depend on support libraries (calls to core Windows API functions only).
- Royalty free distribution with your compiled application.
- C source code is available.
- Free technical support and updates for one year.
- Fully functional evaluation version available.
- Works with all 32
- bit versions of Xbase
- Works with 32
- bit and 64
- bit Windows through Windows
What's New
Version 3.4.1: Added FCE_SET_DEBUG_LEVEL to fceSetInteger(), fixed problem with connecting w/o blocking, fixed problem with server name being corrupted in the FCE log file, automatically adjust sleep times for slow servers.
Version 3.3: Fixed problem with connecting w/o blocking; Fixed problem with server name in log file; Added function fceGetSubDirs() and FCE_SET_DEBUG_LEVEL to fceSetInteger().
Version 3.0: Added support for 64-bit Windows (Win64); added functions for connection status and text conversion