Versions Compared

Key

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

...

Anchor10432141043214 Directories and Files Anchor10432221043222The code and documentation of the µC/FTPs 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: Anchor10432161043216

\Micrium\Software\uC-FTPs

...

This is the main directory for µC/FTPs.anchor10430001043000

\Micrium\Software\uC-FTPs\Doc

...

This directory contains all µC/FTPs documentation files, including this user’s manual.anchor10430021043002

\Micrium\Software\uC-FTPs\Cfg\Template

...

10430031043003This directory contains a template of µC/FTPs configuration. Anchor10430041043004

\Micrium\Software\uC-FTPs\Source

...

This directory contains the µC/FTPs source code. This protocol is implemented in two OS and FS independent files: Anchor10433651043365

ftp-s.c
ftp-s.h

...

Note that the ‘-s’ after ‘ftp’ s’ after ‘ftpstands for server and thus contains ‘server’ side code. Anchor10430111043011

\Micrium\Software\uC-FTPs\OS\uCOS-II

...

                            \uCOS-III

...

10434171043417This is where operating system (OS) dependent code is located. µC/FTPs is distributed with ports for µC/OS-II and µC/OS-III. Note that it would be possible to use this FTP server with other operating systems by developing appropriate ftp-s_os.* implementation files. Anchor10436681043668   Anchor10436691043669

Required modules

...

µC/FTPs 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/FTPs release notes document for required version information.