Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
ftp_stack.h File Reference
#include "Utils.h"
Include dependency graph for ftp_stack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WOMBAT_FTP_STACK_H
 

Functions

bool ftp_login (void)
 
bool ftp_logout (void)
 
bool ftp_get (const char *filename)
 
bool ftp_upload_file (const String &filename)
 

Macro Definition Documentation

◆ WOMBAT_FTP_STACK_H

#define WOMBAT_FTP_STACK_H

Function Documentation

◆ ftp_get()

bool ftp_get ( const char *  filename)

◆ ftp_login()

bool ftp_login ( void  )

◆ ftp_logout()

bool ftp_logout ( void  )

◆ ftp_upload_file()

bool ftp_upload_file ( const String &  filename)