 |
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 TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP socket layer according to RFC 1350. Support for client and server side for both file get and put are provided. Up to 100 concurrent sessions are supported. The use of HS TFTP software library is royalty free.
HS TFTP is supplied in a form of full ANSI C source code and binaries and would require no or minimal integration effort by the customer.
HS TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP/IP according to RFC 1350. HS TFTP includes integrated UDP/IP stack necessary to transport TFTP protocol and is ideal self-contained solution for embedded systems, which may not otherwise have its own UDP/IP layer. Current Version of HS TFTP supports Big-endian memory model only. The use of HS TFTP software library is royalty free.
|