Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
ftp_stack.h
Go to the documentation of this file.
1#include "Utils.h"
2
3#ifndef WOMBAT_FTP_STACK_H
4#define WOMBAT_FTP_STACK_H
5
6bool ftp_login(void);
7bool ftp_logout(void);
8bool ftp_get(const char * filename);
9bool ftp_upload_file(const String& filename);
10
11#endif //WOMBAT_FTP_STACK_H
bool ftp_login(void)
Definition: ftp_stack.cpp:28
bool ftp_upload_file(const String &filename)
Definition: ftp_stack.cpp:172
bool ftp_logout(void)
Definition: ftp_stack.cpp:87
bool ftp_get(const char *filename)
Definition: ftp_stack.cpp:100