 |
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.
|