DSH-G300
D-Link Corporation
Page
10
How to use telnet and tftp
How to use telnet
Telnet is enable as default,use tool to access it. Example is
Microsoft cmd tool. Device default ip is 192.168.0.50.
How to use tftp
Tftp can transfer a file from/to tftp server.
This is an exanple(tftp server ip is 192.168.0.38).
$ #get file from tftp server
$ tftp -r get_file.txt -l get_file.txt -g 192.168.0.38
$ #put file from tftp server
$ tftp -r put_file.txt -l put _file.txt -g 192.168.0.38