Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 500 Bytes

README.rst

File metadata and controls

22 lines (12 loc) · 500 Bytes

FTP Server Files

This example sets up a simple FTP server with a couple of files stored in SPIFFS.

You'll need to have WiFi configured. You can set this information when building like this:

make WIFI_SSID=ssid WIFI_PWD=password

substituting your actual Access Point details for ssid and password.

After flashing:

make flashapp

You should be able to connect using an FTP client:

ftp ipaddress

The default user is me, password 123.