...
Include the following files in your project tree from the µC/FTPs source code distribution, as indicated in Figure - µC/FTPs Source Code.
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.
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)