mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Модуль FTP
This commit is contained in:
18
lib/SimpleFTPServer/SimpleFTPServer.h
Normal file
18
lib/SimpleFTPServer/SimpleFTPServer.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* FtpServer Arduino, esp8266 and esp32 library for Ftp Server
|
||||
* Derived form https://github.com/nailbuster/esp8266FTPServer
|
||||
*
|
||||
* AUTHOR: Renzo Mischianti
|
||||
*
|
||||
* https://www.mischianti.org/2020/02/08/ftp-server-on-esp8266-and-esp32
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef SIMPLE_FTP_SERVER_H
|
||||
#define SIMPLE_FTP_SERVER_H
|
||||
|
||||
#include <FtpServer.h>
|
||||
|
||||
#endif
|
||||
|
||||
#pragma once
|
||||
Reference in New Issue
Block a user