HS FTP Library 1.3.5
Features
- FTP Client RFC 959 operation
- Full C/C++ source code included
- Server name resolution
- Concurrent FTP client sessions
- Passive mode, firewall friendly
- User / password authentication
- Asynchronous Operation
- Thread safe
- recursive folder operations
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 info at
http://www.hillstone-software/ hs_ftp_details.htm
...BigSpeed File Sharing SDK includes...client and server) that...development of private file sharing solutions over...addition to standard FTP operations, such as...delete, etc., the library also offers a...remote files. The client is able to...local file. The client is able to...criteria may include file name masks (wildcards),...
...using the build-in FTP client. Syntax coloring...in the MSDN library or even web...
...open files # FTP client - you...auto set by file type # user-defined...# integrated TiDy library for formatting and...TeX format into file or clipboard #...
...* Code snippet library * FTP connectivity...
...BigSpeed File Sharing Library includes two ActiveX...client and server) that...development of private file sharing solutions over...addition to standard FTP operations, such as...delete, etc., the library also offers a...remote files. The client is able to...local file. The client is able to...criteria may include file name masks (wildcards),...

