uploaded 5 months ago
File Transfer Protocol (FTP) Server component for ESP-IDF

readme

FTP (File Transfer Protocol) Component

Badge

The ftp component provides an implementation of various parts of the file transfer protocol.

Table of Contents

FTP Server

The FtpServer class implements a simple FTP server. It accepts new connections and spawns a new FtpClientSession for each one. Each session is handled in its own thread.

The FtpClientSession class implements the FTP protocol. It is responsible for handling the commands and sending the responses.

Note that the FTP server does not implement any authentication mechanism. It accepts any username and password.

Example

The example showcases the use of the FtpServer from the ftp component.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/ftp^1.0.7"

download archive

Stats

  • Archive size
    Archive size ~ 19.45 KB
  • Downloaded in total
    Downloaded in total 76 times
  • Downloaded this version
    This version: 1 time

Badge

espp/ftp version: 1.0.7
|