µC/FTPc can transfer files and memory arrays; this module may hence be used with or without the presence of a file system. The choice is made using a configuration variable which enables or disables the compilation of file system related functions (see section 3-2 Configuration for more details).
When configured to use a file system, the sample application that comes with µC/FTPc assumes the presence of µC/TCP-IP’s µC/FS port, as mentioned in Chapter 2section Getting Started. It is possible to port µC/FTPc so it is used with other file system by providing an appropriate implementation of net_fs.c
. and net_fs.h
. Example template files to port the file system are available in the uC-TCPIP-V2\FS\Template
directory. Please refer to section µC/TCP-IP TCPIP Network File System Abstraction Layer of µC/TCP-IP’s User’s Manual.
...