|
ev3duder
0.3.0
EV3 Downloader/Uploader
|
uploads a file to the ev3 More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include "ev3_io.h"#include "defs.h"#include "packets.h"#include "error.h"#include "funcs.h"Go to the source code of this file.
Macros | |
| #define | CHUNK_SIZE 1000 |
Functions | |
| int | up (FILE *fp, const char *dst) |
| Uploads file to the ev3. path is always relative to /home/root/lms2012/prjs/sys/ More... | |
uploads a file to the ev3
Definition in file up.c.
| int up | ( | FILE * | fp, |
| const char * | dst | ||
| ) |
Uploads file to the ev3. path is always relative to /home/root/lms2012/prjs/sys/
upload local file loc to remote destination rem
| [in] | fp | Local FILE* to upload |
| [in] | dst | destination path to upload to (UTF-8 encoded) |
| error | according to enum ERR |