...
Anchor |
---|
1042533 | 1042533 | Directories and Files Anchor |
---|
1043216 | 1043216 | 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:
Anchor |
---|
1042998 | 1042998 | \Micrium\Software\uC-FTPc
...
This is the main directory for µC/FTPc. Anchor |
---|
1043000 | 1043000 | \Micrium\Software\uC-FTPc\Doc
...
1043001 | 1043001 | This directory contains all µC/FTPc documentation files, including this user’s manual.
Anchor |
---|
1043002 | 1043002\Micrium\Software\uC-FTPc\Cfg\Template
Anchor |
---|
1043003 | 1043003 | This directory contains a template of µC/FTPc configuration.
anchor1043004 | 1043004 | \Micrium\Software\uC-FTPc\Source
...
1043347 | This directory contains the µC/FTPc source code. This protocol is implemented in two OS independent files:
Anchor |
---|
1043348 | 1043348 | ftp-c.c
ftp-c.h
Anchor |
---|
1043115 | 1043115 | Note that the ‘
-
c’ after ‘ftp’ c
’ after ‘ftp
’ stands for client and thus contains ‘client’ side code.
Anchor |
---|
1043549 | 1043549Required 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.