Appendix c: tftp upload – PLANET DSP-1000 User Manual
Page 112
- 112 -
Appendix C: TFTP Upload
Instead of sending the commands using the configuration tool, you can
also send them using the DOS command prompt. Following are a few
examples and the command structure:
tftp [-i] [DSP-1000 IP] PUT/GET [source file ] [target file]
Command
Meaning
tftp
Uses the tftp.exe process to transfer files
-i Binary
file
DSIP-1000 IP
Insert the IP address of your DSP-1000 here
PUT/GET
Use PUT for uploading and GET for downloading files
Source File
Path to your source file
Target File
Path to your target file
Examples:
This will upload the reboot file stored on your C: drive to the DSP-1000 at
192.168.11.25 and reboot the unit.
• tftp -i 192.168.11.25 PUT C:\downfromserver.txt
/downfromserver.txt
This will upload the downfromserver.txt file stored on your C: drive to the
DSP-1000 at 192.168.11.25 and tell it to start the download process now.
• tftp -i 192.168.11.25 GET /config.conf C:\config.conf
This will download the config.conf file from the local drive on DSP-1000 at
192.168.11.25 and store it on your C: drive.