SimpleFTPServer icon indicating copy to clipboard operation
SimpleFTPServer copied to clipboard

A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W

Results 16 SimpleFTPServer issues
Sort by recently updated
recently updated
newest added

@xreef Need some help in figuring out why I keep getting the failure of the data connection. We are using a Teensy 4.1 primarily which we added support for in...

enhancement
Need material

HI, I have a project using ESP32 DevKit V1 with Wiznet W5500 attached (SPI) plus Blynk. Using VScode and Platformio code doesn't compiles with this library attached (SimpleFTPServer.h). I got...

Good morning, I am trying your SimpleFTPServer library, but I have a problem. I execute the command from cmd windows, ftp 10.0.0.177, the welcome message is displayed, but it disconnects...

The FTP client in Windows (ftp.exe) sends the command "OPTS UTF8 ON" before asking for the username. The server currently replies 530 and closes the connection. My understanding is that...

Hello! Thank you very much for the useful class, in most cases it works great. I wanted to ask if there is no possibility to add two functions to the...

enhancement

Hi there! I have been trying to set up this library for a project. I have used the example code found in the ESP32 examples, but noticed some things that...

enhancement

I am working on a project and would need to access the ftp server from WiFi and Ethernet. Hardware-wise I am using an WT32-ETH01 board which sports an ESP32 with...

enhancement

Hi, thanks for the server. I use Textastic text editor app on my iPad and its FTP client couldn't list the files / folders. It can connect and upload, but...

enhancement

Hello! Firstly, thanks for the the your good job, I can build my ftp sever easily. I have used version 2.1.7 with my ESP32/ESP32C3 device in PlatformIO environment for a...

Hello, I try to connect a "Raspi PICO W" via FileZilla without TLS (only use plain FTP) and get the following message: > _Status: Connecting to 192.168.1.200:21... > Status: Connection...