Hello,
I am working on a project where I am generating a .csv file onto a microSD card. I need a way to access the file remotely on the same network. I've been following the Arduino->Ethernet->WebServer example in hosting a simple web site where I can access it by typing the IP address into my web browser (using my pc which is on the same network as the arduino). I'm able to print a string on the web page, but I'm not sure how I'd be able to display a .csv file. Any ideas on how to access files from an SD card via the ethernet? Thank you for your time.
PS
I am using an Arduino Mega 2560 and an Ethernet Shield/microSD card slot.