|
Contiki 3.x
|
Shell command for downloading files from a remote node. More...
#include "contiki.h"#include "shell.h"#include "net/rime/rime.h"#include "cfs/cfs.h"#include "dev/leds.h"#include <stdio.h>#include <string.h>Go to the source code of this file.
Shell command for downloading files from a remote node.
Example usage: 'download <node addr> <filename> | write <local_filename>'.
Definition in file shell-download.c.
1.8.6