This program will run a FTP Client program on the NetBurner board to do the following:
- Connect to a FTP Server
- Change to a remote directory called "test1"
- Obtain a directory listing and print the listing to stdout
- Create a file on the FTP Server called WriteTest.txt
- Read back contents of WriteTest.txt and send to stdout
Setup Requirements:
- Access to a FTP Server
- User name and password for the FTP Server
- A directory called "test1" must exist on the FTP Server
- Write permissions to the test1 directory
- You must modify the #define values in this file to match your FTP server.