User`s manual

44 RabbitLink (EG2110)
E.3 File Commands
delete <filename>
Deletes the specified file from the flash file system on the RabbitLink.
filename Identifies the file to delete.
get <filename>
This command returns the contents of the specified file.
filename Identifies the file.
list files
This command lists all the files in the flash file system on the RabbitLink.
put <filename>
<body of file>
<ctrl-D>
This command sends an ASCII file to the flash file system on the RabbitLink. There is a
time-out for this command: the data transfer begins no later than 60 seconds after the Rab-
bitLink senses there is no activity.
NOTE: It is faster and more efficient to transfer all files, including ASCII files,
as binary files.
filename Identifies the file.
body of
file
Everything sent before a <ctrl-D> (or a <ctrl-Z>) is part of the
file contents.
ctrl-D
(or a ctrl-Z)
This is the end of file marker.