FTPClientServer icon indicating copy to clipboard operation
FTPClientServer copied to clipboard

Simple FTP Server and Client for the esp8266/esp32 with LittleFS and SPIFFS support

Results 13 FTPClientServer issues
Sort by recently updated
recently updated
newest added

Hi Daniel. Thanks so much for this great library! I'm working on trying to use it with SD filesystem which appears to work generally the same way code wise as...

![image](https://github.com/dplasa/FTPClientServer/assets/154866229/2d2ec2ce-027b-433d-b764-7a4fa75f5747) can any one help regarding this

Hi! I spend several hours trying to GET/PUT a file from/to a server that is working with other clients on my local network. I'm using a NODEMCU (ESP8266) as client...

I am trying to download a file with size of around 332kB, but I am failing in downloading complete file. Last few bytes(around 100) are not transferred

Title says it all, get exactly the same errors when trying to use FTPClientServer in my own project. `In file included from /home/andy/Arduino/libraries/FTPClientServer-master/FTPServer.h:32, from /home/andy/Arduino/sketches/LittleFSSample/LittleFSSample.ino:24: /home/andy/Arduino/libraries/FTPClientServer-master/FTPCommon.h:11:7: error: 'esp8266Pool' has not...

Hello, Thanks for this great job. My question is regarding the possibility of adding the option for the FFat file system. The FFat system is the one that Espressif has...

Hi, I just tried to use the Notepad++ text editor (NppFTP plugin) with your FTP Server. Connection and directory listing works, but as soon as I want to upload or...

Hello, Is there any way to copy a complete folder with csv files inside - Folder 1 -- File 1.csv -- File 2.csv - Folder 2 -- File 1.csv --...

Hello Daniel. I spent four days searching the INTERNET FTPServer. All work poorly. Tested on NODEMCU with ESP8622 Your server is a miracle. Works with any FTP CLIENT. You are...

Hello, ~~Once https://github.com/esp8266/Arduino/pull/7404 is merged,~~*(merged)* if you are tunning linux, (or WSL on windows), you can run your ftp example on your PC and use host debug tools. I have...