A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W
Stars
174
Forks
47
Watchers
174
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
98
commits
5
commits
2
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Fix preprocessor directives for ESP32 and ESP8266 in FtpServer to ensure proper use #88
e06e373View on GitHubEnhance FtpServer to support NLST command by modifying file listing behavior #86
40599eaView on GitHubRefactor file handling in FtpServer to support different read modes and update storage type definitions for ESP32 and Arduino
3ec6dd2View on GitHubUpdate FtpServer to use WRITE_CREATE mode for file renaming
a6a2353View on GitHubUpdate README with changes for version 3.0.0, including improvements to file handling, FTP callbacks, and memory management
6080ccbView on GitHubDisable FTP server debug messages by commenting out the debug definition in FtpServerKey.h
8ec0c90View on GitHubBump version to 3.0.0 in FtpServer.h, library.json, and library.properties; update changelog in README.md
aeb5db6View on GitHubUpdate WiFi credentials for ESP32 and Wio Terminal; replace hardcoded values with placeholders
11ed64eView on GitHubAdd FTP callbacks for connection events and file transfers; update data types for free space and transferred size
13907ebView on GitHub