About FTPc
FTP is a protocol designed to enable reliable transfer of files over a network. The FTP protocol has been implemented using TCP (Transmission Control Protocol). µC/FTPc is a FTP client and it implements part of the following RFCs:
RFC 959: ftp://ftp.rfc-editor.org/in-notes/rfc959.txt
RFC 2389: ftp://ftp.rfc-editor.org/in-notes/rfc2389.txt
Draft IETF: http://tools.ietf.org/html/draft-ietf-ftpext-mlst-16
This document describes how to configure and use the µC/FTPc module in a µC/TCP-IP, µC/FS, and µC/OS-II or µC/OS-III environment.
Features
µC/FTPc is Micrium's FTP (File Transfer Protocol) server.
- Delivered with complete 100% ANSI C source code.
- Scalable to contain only required features and minimize memory footprint.
- Single connection.
- Support any File system. A file system is not mandatory.
- Support SSL (Secure Sockets Layer).