![Ronetix PEEDI User Manual Download Page 108](http://html1.mh-extra.com/html/ronetix/peedi/peedi_user-manual_1485040108.webp)
Using PEEDI
Argument:
COMMAND
- command which help will be shown
COMMAND SUBCOMMAD
- sub-command which help will be shown
Example:
help
help halt
help flash program
transfer
Syntax:
transfer SOURCE DESTINATION
Description:
Copy file among TFTP, FTP, HTTP, MMC/SD and EEPROM.
Argument:
SOURCE
- the source file to be copied
DESTINATION
- where the file to be saved
Example:
; copy file from the mmc/sd card to a TFTP server
transfer card://dump.bin tftp://192.168.1.1/dump.bin
; copy file from the EEPROM card to a FTP server
transfer dump.bin ftp://user:[email protected]/dump.bin
; copy file from a HTTP server to a TFTP server
transfer http://192.168.1.1/dump.bin tftp://192.168.1.1/dump
type
Syntax:
type FILE
PEEDI User’s Manual
108