Arduino-Ftp-Server
Arduino-Ftp-Server copied to clipboard
Ftp server for Arduino Due and Ethernet Shield or WIZ820io
Thanks for this great library! Got it working on a Teensy 3.2 with audio shield. Using the FTP program Transmit to transfer files, works perfectly. When including the audio.h library...
Status: Connecting to 192.168.1.72:2121... Status: Connection established, waiting for welcome message... Response: 220--- Welcome to FTP for Arduino --- Response: 220--- By Jean-Michel Gallego --- Response: 220 -- Version 2020-10-08...
can you get it to work on a ENC28J60 ethernet chip please
Firstly thank you for this code :) I have 3 things. 1. I have made a small addition to the code to return 'last modified' timestamps in the MLSD response...
Hello, Your library looks very promising. Only it doesn't work on a Teensy 3.6. This is because it needs to use the SdFatSdioEX module from SdFat. I cannot find in...