This project demonstrates an FTP server that runs STM32756G-EVAL evaluation board.

Instructions to run the demo:

- Compile the project and run a debug session
- Connect a terminal (115200 bauds, no parity, no flow control) to the virtual COM port of the ST-Link to output log messages
- Plug Ethernet cable
- The board acquires an IPv4 address (using DHCP), a link-local IPv6 address and a global IPv6 address (using SLAAC)
- Pick up the IP addresses in the logs (the IP addresses are also displayed on the LCD)
- Access to the FTP server using your favorite FTP client (FileZilla for example):
	- ftp-server-demo port 21
	- ftp-server-demo.local port 21
	- 192.168.0.150 port 21 (where 192.168.0.150 is the IPv4 address of the server)
	- [fe80::2ab:cdff:feef:756] port 21 (where fe80::2ab:cdff:feef:756 is the link-local IPv6 address of the server)
- Anonymous users are granted read access except for the temp/ directory (read-write access)
- Admin user (login "admin", password "password") is granted full read-write access