How to enable the fatfs with LWIP and FREERTOS

Hi , I am currently using LPC1788 with freertos and lwip.I want to implement FTP/HTTP Server.Which allows you to manage files on SD Card from PC using FTP/HTTP client/Server.I am searching for the micro LWIPFATFSSUPPORT but not getting any infomation.If you have any FTP/HTTP server example with FATFS and LWIP let me know about that.

How to enable the fatfs with LWIP and FREERTOS

Probably the closest we have is the code that can be downloaded from this page: http://www.freertos.org/FreeRTOS-Plus/FreeRTOSPlusIO/DemoApplications/LPCXpressoLPC1769/NXPLPC1769Demo_Description.shtml we also have our own FTP and HTTP servers running with FreeRTOS+TCP and FreeRTOS+FAT (which are our own open source TCP/IP stack and file system respectively) running on an LPC1830 – although the driver layer has not been released yet it is using modified versions of the LPCOpen drivers.