NXP FTP Server Example
Common to Any MCU, Easy to Add-on. Internet Offload co-Processor, HW TCP/IP chip,
best fits for low-end Non-OS devices connecting to Ethernet for the Internet of Things. These will be updated continuously.
How to use a data flash on FatFs
If you try to test FTP Server fully, you have to activate F_FILESYSTEM feature in "ftpd.h" file.
- You must have the initialization process of data flash at least once.
- When SW1 is pressed, the data flash is initialized by FatFs. And reset a target.
- You must copy the web page to a data flash by FTP client tool.(ALFTP)
- Refer to W5500EVB+FatFs+FTPServer Project Tutorial. http://youtu.be/-4OCb7YWzlI
- Refer to WIZ550web+WindowsFTP Tutorial. http://youtu.be/kelGSGj3kOQ
- Refer to WIZ550web+LinuxFTP Tutorial. http://youtu.be/6qsPZA5QKEI
Related Project GitHub Repositories
How to add a submodule of ioLibrary in project
- $ git submodule add git@github.com:Wiznet/ioLibrary_Driver.git project_src/ioLibrary
- $ git commit -m "description"
- $ git push
How to clone a submodule of ioLibrary
- $ git clone git@github.com:Wiznet/FTP_LPC11E36_LPCXpresso.git
- $ git submodule init
- $ git submodule update
How to add an ioLibrary in project through github site
Revision History
Last release : Jan. 2015