MicroFTPServer
FTP server
A minimal FTP server for remote file management on an ESP8266 microcontroller
Minimal FTP Server that can run on an ESP8266 with MicroPython
36 stars
8 watching
11 forks
Language: Python
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cpopp/microtelnetserver | A simple telnet server for interacting with the REPL in MicroPython-based systems. | 76 |
robert-hh/ftp-server-for-esp8266-esp32-and-pybd | A small, simplified FTP server implementation for embedded devices with limited multitasking capabilities | 149 |
cwyark/micropython-uaioftp | A lightweight FTP server implementation for MicroPython using asyncio. | 3 |
grantgmiller/micropython_ntpserver | An NTP server implementation written in Python for microcontrollers. | 3 |
mzachmann/ftptiny-micropython | An FTP server implementation in Python for MicroPython | 9 |
guichaguri/minimalftp | A lightweight, pure Java FTP server implementation with support for various features and specifications. | 161 |
giampaolo/pyftpdlib | A high-level Python library for efficiently building scalable FTP servers | 1,677 |
spotlightkid/micropython-ftplib | An FTP client library for MicroPython microcontrollers | 34 |
9001/partftpy | A Pure Python TFTP library with modifications to support Copyparty. | 1 |
embeddedmz/ftpclient-cpp | Provides a simple C++ API to interact with FTP servers | 212 |
roterfux/esp8266_ntp_webserver | A MicroPython-based IoT project combining WiFi connectivity, LED control, time synchronization, and basic web serving capabilities for an ESP8266 microcontroller. | 2 |
9001/copyparty | A file server project that enables easy resumable uploads/downloads and provides various protocols for sharing files | 850 |
msoulier/tftpy | A Python library implementing a TFTP client-server protocol for file transfer | 172 |
proftpd/proftpd | A highly configurable FTP server designed to provide secure and flexible access control and user authentication | 527 |
fclairamb/ftpserverlib | A Golang library providing an easy-to-use FTP server implementation using Afero as the backend filesystem | 420 |