The code and documentation of the µC/FTPc module are organized in a directory structure according to “AN-2002, µC/OS-II Directory Structure”. Specifically, the files may be found in the following directories:
\Micrium\Software\uC-FTPc
This is the main directory for µC/FTPc.
\Micrium\Software\uC-FTPc\Doc
This directory contains all µC/FTPc documentation files, including this user’s manual.
\Micrium\Software\uC-FTPc\Cfg\Template
This directory contains a template of µC/FTPc configuration.
\Micrium\Software\uC-FTPc\Source
This directory contains the µC/FTPc source code. This protocol is implemented in two OS independent files:
ftp-c.c
ftp-c.h
Note that the ‘-c
’ after ‘ftp
’ stands for client and thus contains ‘client’ side code.
Required modules
µC/FTPc requires the µC/CPU, µC/LIB, and µC/TCP-IP modules. If the network security manager is to be used, a security layer module (i.e Mocana’s NanoSSL) is required. Please refer to the µC/FTPc release notes document for required version information.