Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

µC/FTPs also requires the presence of a file system. As mentioned in Chapter 2, “Directories and Files”, the sample application uses µC/TCP-IP’s µC/FS port. It is possible to port µC/FTPs so it is used with other file system by providing an appropriate implementation of net_fs_v4.c. and net_fs_v4.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/TCPIP User’s Manual.

  • No labels