...
Anchor
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 2 Chapter 2. 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 Network File System Abstraction Layer of µC/TCP-IP’s User’s Manual. 1050010 Anchor
Also note that when used with µC/TCP-IP’s µC/FS port, µC/FTPc expects a full path using the path delimiter returned by NetFS_CfgPathGetSepChar()
. When that path delimiter is the reverse solidus (backslash), a path to a particular file would look like: Anchor
\test_dir\test_file