Versions Compared

Key

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

...

Refer to the following manuals for further information about MIcrium modules:.

µC/TCP-IP Documentation

µC/OS-II Documentation

µC/OS-III Documentation

µC/LIB Documentation

µC/CPU Documentation

µC/Common Module

Including µC/FTPs Source Code

Include the following files in your project tree from the µC/FTPs source code distribution, as indicated in Figure - µC/FTPs Source Code.

Image Added

Compiler settings

Finally, add the following include paths to your project’s C compiler settings:

\Micrium\Software\uC-FTPs
\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-<OS-Version>

...

Copy the files from the uC-FTPs configuration folder into your application as illustrated in Figure - Copying Template Files.

Image Added

ftp-s_cfg.h is a configuration file used to setup µC/FTPs module static parameters  and features such as path length, ports and so on. Refer to section Module Configuration for more details on all the configurations inside ftp-s_cfg.h 

...

#include <Source/ftp-s.h>
#include  <FS/uC-FS-V4/net_fs_v4.h> (optional if uC/FS is used)