
FTP Client Engine for Visual Basic
By MarshallSoft Computing
The MarshallSoft FTP client component VB (VB.NET) library of functions (FCE4VB) provides direct control of the FTP protocol from your Visual Basic application program. The FTP Client Library uses a simple API to easily write programs that: * Connect to any FTP server. * Get a list of files on the server. * Navigate the server directories. * Specify ASCII or BINARY transfer mode. * List 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 an intranet (LAN). * Resume file transfers from any offset. * Change files names while being uploaded or downloaded. * Specify the FTP or data port. * Supports passive mode (use with firewalls). * 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. * Fully compatible with Visual Studio.NET (.NET Framework). Supports all versions Visual Basic and VB.NET. Works with PowerBuilder and Visual Basic for Applications (VBA) (i.e., ACCESS,Excel,Microsoft Office) * Does not depend on support libraries. Makes calls to Windows API functions only. Can also use with C/C++ (Visual C++ .NET, C#), Delphi, PowerBASIC, Visual FoxPro, Visual dBase, Xbase++, and COBOL. * Includes 31 functions and several switches as well as multiple examples to create FTP client applications. * Order with or without C source code for the DLL. * Programmer`s, Reference and Users Manuals provided. Requires a Windows Visual Basic compiler. Supports Windows 95/98/Me/NT/2000/2003/XP. The evaluation version of FCE4VB is fully functional. Royalty free distribution with your compiled application. No run-time fees. Free technical support and updates for one year. Download an evaluation version at http://www.marshallsoft.com/fce4vb.htm

Chilkat Java FTP Library
By Chilkat Software, Inc.
The Chilkat Java FTP library provides an advanced and easy-to-use API for uploading and downloading files on and FTP server. The Chilkat components and libraries have an established user base of approximately 10,000 customers. Chilkat''s licensing provides for free new-version upgrades, 1 year unlimited email and phone support, and royalty-free redistribution.

Chilkat Perl FTP Library
By Chilkat Software, Inc.
The Chilkat Perl FTP library provides an advanced and easy-to-use API for uploading and downloading files on and FTP server. The Chilkat components and libraries have an established user base of approximately 10,000 customers. Chilkat''s licensing provides for free new-version upgrades, 1 year unlimited email and phone support, and royalty-free redistribution.

Chilkat Python FTP Library
By Chilkat Software, Inc.
The Chilkat Python FTP library provides an advanced and easy-to-use API for uploading and downloading files on and FTP server. The Chilkat components and libraries have an established user base of approximately 10,000 customers. Chilkat''s licensing provides for free new-version upgrades, 1 year unlimited email and phone support, and royalty-free redistribution.

Chilkat Ruby FTP Library
By Chilkat Software, Inc.
The Chilkat Ruby FTP library provides an advanced and easy-to-use API for uploading and downloading files on and FTP server. The Chilkat components and libraries have an established user base of approximately 10,000 customers. Chilkat''s licensing provides for free new-version upgrades, 1 year unlimited email and phone support, and royalty-free redistribution.

HS FTP Client C Source Library
By Hillstone Software
HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR Features - FTP Client RFC 959 operation - Server name resolution - Concurrent FTP client sessions - Passive mode, firewall friendly - User / password authentication - Asynchronous Operation what is supplied after you purchase the product? - HS FTP Library binaries (Win32 library) - HS FTP full source code in C with Visual C workspace and project files - Binaries and full C source code of HS SOCK module used by HS FTP for Win32 TCP/IP socket layer communications - HS FTP Demo Application binaries, C source code, project workspace - HS FTP User Manual which documents in detail complete library API To connect to remote FTP server, the user application calls HsFtpCliConnect, supplying connection parameters, such as remote FTP server name or IP address, username and password for authentication etc and a pointer to callback function that the HS FTP module uses to communicate with the user code. When the control FTP connection is established and HS FTP has successfully passed user / password FTP account authentication phase, the user application is asynchronously notified via user event callback function with HS_FTPCLI_USR_EV_LOGGEDIN event. The user application can now request remote FTP server directory listing using HsFtpCliList function, change directory HsFtpCliChdir, transfer files with HsFtpCliSendFile and HsFtpCliGetFile. More information is at http://www.hillstone-software/hs_ftp_details.h



