Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
ftp_cli.cpp File Reference

FTP setup and configuration through the CLI. More...

#include <freertos/FreeRTOS.h>
#include <Stream.h>
#include <StreamString.h>
#include "cli/FreeRTOS_CLI.h"
#include "cli/CLI.h"
#include "cli/device_config/ftp_cli.h"
#include "ftp_stack.h"
Include dependency graph for ftp_cli.cpp:

Macros

#define TAG   "ftp_cli"
 ESP32 debug output tag. More...
 

Variables

static StreamString response_buffer_
 FTP CLI response buffer for output to the user. More...
 

Detailed Description

FTP setup and configuration through the CLI.

Date
January 2023

Macro Definition Documentation

◆ TAG

#define TAG   "ftp_cli"

ESP32 debug output tag.

Variable Documentation

◆ response_buffer_

StreamString response_buffer_
static

FTP CLI response buffer for output to the user.