FTP Server example

Introduction

This demonstrates how to add a new network service that acts as an FTP server on to the flash filesystem. Once the application is downloaded, you can use ftp to transfer files to and from the flash filesystem.  This example builds a library that is used by the mp3player and basic Java web server.

Building the example

Change directory to the ftpserver example
    cd %LF_HOME%\examples\ftpserver
Rebuild the application
    lfmake clean all

Running the example

To run the example on the board
    lfdownload ftpserver.bin

Features

This example demonstrates the following SDK features.