Contiki 3.x
shell-download.c File Reference

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.

Detailed Description

Shell command for downloading files from a remote node.

Example usage: 'download <node addr> <filename> | write <local_filename>'.

Author
Luca Mottola luca@.nosp@m.sics.nosp@m..se, Fredrik Osterlind fros@.nosp@m.sics.nosp@m..se

Definition in file shell-download.c.