|
HS FTP C Source Library 1.1.12
An FTP Code Library for C/C++
HS FTP is a software library in C (supplied with full source code), implements the client side of the File Transfer Protocol according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure, send, receive, delete and rename files, create, remove and rename folders. Supports passive mode, user / password authentication and many FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, MKD, RMD, RETR, STOR, DELE, NOOP, PWD, RNFR, RNTO.
For more information about this product please visit the
HS FTP is a software library in C (supplied with full source code), implements the client side of the File Transfer Protocol according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure, send, receive, delete and rename files, create, remove and rename folders. Supports passive mode, user / password authentication and many FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, MKD, RMD, RETR, STOR, DELE, NOOP, PWD, RNFR, RNTO.
HS FTP is offered in two versions:
* Static C Library (source code is not included)
* Static C Library and Full C Source code
HS FTP also supports recursive download, upload and delete of folder with all files and sub-folders. There are functions for configuration and statistics.
Features:
* FTP Client RFC 959 operation
* Server name resolution
* Concurrent FTP client sessions
* Passive mode, firewall friendly
* User / password authentication
* Asynchronous Operation
* Supported FTP Commands: USER, PASS, PASV, LIST, TYPE, RETR, STOR, CWD, MKD, RMD, DELE, NOOP, PWD, RNFR, RNTO
* Recursive Folder Download
* Recursive Folder Upload
* Recursive Folder Delete
* Configurable Timeout
* Transmit and Receive Statistics
What is included in delivery?:
* HS FTP Library binaries (Win32 library)
* HS FTP full source code in C with Visual C workspace and project files (Blueprint Edition only)
* Binaries and full C source code of HS SOCK module used by HS FTP for Win32 TCP/IP socket layer communications (Blueprint Edition only)
* HS FTP Demo Application binaries, C source code, project workspace
* HS FTP User Manual which documents in detail complete library API
HOW IS PRODUCT delivered?:
After we receive your payment, we will email you a download link to all product deliverables (Please be sure to supply correct email address on payment forms)
How it works:
To connect to remote FTP server, the user application calls HsFtpCliConnect function, supplying connection parameters, such as remote FTP server name or IP address, username and password for authentication etc. It also supplies 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.
At this point, the user application can request remote FTP server directory listing using HsFtpCliList function, request to change current directory at remote FTP server with HsFtpCliChDr function or transfer binary files to and from remote FTP server with HsFtpCliSendFile and HsFtpCliGetFile functions.
The result of each operation is asynchronously notified via event callback with corresponding events.
Sending files: The files are sent by HS FTP module in binary image mode (TYPE I) using passive mode data connections. Whenever HS FTP and underlying socket layer interface module HS SOCK are ready to transmit next block of file data, the user application is requested for next data block to send via event callback with HS_FTPCLI_USR_EV_TXSEG event.
Receiving Files: The files are received by HS FTP module in binary image mode (TYPE I) in passive data connection mode. Whenever the next block of data from the remote FTP server becomes available, the data is passed to the user application via event callback with HS_FTPCLI_USR_EV_RXSEG event.
HS FTP library is designed for single threaded, event driven environment, and includes built in socket interface layer library for asynchronous Win32 TCP/IP communications, the source code for which is also provided.
HS FTP C Source library has flexible modular architecture, portable to any OS with minimal or no effort. The underlying socket interface module HS SOCK provides support for TCP and UDP non blocking mode socket operation for both outbound and listening connections.
HS FTP allows concurrent FTP session operation. The number of sessions is limited by a define in the header file which can be bumped up for the required value, depending on functional requirement and memory restrictions
Licensing
- Static Library Edition
- Blueprint Edition
Technical Information
Programming Language - Generates code for or works with the follow languages...
|