send txt files from arduino SD card via TCP/IP?

Hello

I am currently doing a project and i need to know if, is possible to send txt files from arduino SD card to a pc via TCP/IP? (Using a ethernet module of shield)

It’s possible to send the bytes of the file - you need something on the pc waiting for the bytes and an agreed file transfer protocol between the two

and an agreed file transfer protocol between the two

That would usually be FTP.

https://playground.arduino.cc/Code/FTP

1 Like