NET-FTPX-CLIENT-P-P1-SINGLE is a uC/FTP File Transfer Protocol client module with single product license. It is an add on application layer protocol to uC/TCP-IP. FTP main design goal is to transfer files from one host to another host. FTP utilizes separate control and data connections between client and server applications. FTP can be used either with user based password authentication or with anonymous (generic) user access. The latter allows a client to connect to a server without having an account with that given server. Some network administrators can force an anonymous user to enter an e-mail address that contains the domain as the password. By comparing the FTP connection request IP address and the e-mail domain IP address, it is possible to confirm the validity of the connection request as the two addresses should be in the same network. A secure FTP connection can be established using SSL(Secure Socket Layer).
Delivered with complete 100% ANSI C source code
Scalable to contain only required features and minimize memory footprint
Support authentication
Transfer via buffers or files
Support any File system (not required if all transfers are done via buffers)