-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Immanuel Zumbruch
committed
Jul 2, 2019
1 parent
bfb63fa
commit b5cd8d4
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# FTP Client for the ESP32 | ||
An FTP-Client for the ESP32 | ||
|
||
At the moment it is only possible to upload data via FTP, because | ||
this was my main usecase. | ||
I used this client to write sensordata into a log file and to upload | ||
images for my rabbit-webcam. | ||
|
||
You can create files or append data to files on your FTP-Server. |