Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10425331042533 Directories and Files Anchor10432161043216The 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: Anchor10429981042998

\Micrium\Software\uC-FTPc

...

This is the main directory for µC/FTPc. Anchor10430001043000

\Micrium\Software\uC-FTPc\Doc

...

10430011043001This directory contains all µC/FTPc documentation files, including this user’s manual. Anchor10430021043002

\Micrium\Software\uC-FTPc\Cfg\Template

Anchor10430031043003This directory contains a template of µC/FTPc configuration.anchor10430041043004

\Micrium\Software\uC-FTPc\Source

...

1043347This directory contains the µC/FTPc source code. This protocol is implemented in two OS independent files: Anchor10433481043348

ftp-c.c
ftp-c.h

Anchor10431151043115Note that the ‘-c’ after ‘ftp’ c’ after ‘ftpstands for client and thus contains ‘client’ side code. Anchor10435491043549

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.