3com 8807 参照ガイド

ページ / 1099
TFTP Configuration Commands
1001
View
FTP Client view
Parameter
None
Description
Use the verbose command to enable the client to display the commands received 
from/sent to the server.
Use the undo verbose command to disable the client from display the commands 
received from/sent to the server
By default, the VERBOSE is enabled and the client displays the commands received 
from/sent to the server.
Example
# Enable VERBOSE.
<SW8800> ftp
 
[ftp]verbose 
TFTP Configuration 
Commands
tftp get
Syntax
tftp tftp-server get source-file [ dest-file ]
View
User view
Parameter
tftp-server: IP address or hostname of the TFTP server. The name of the TFTP server 
should be a string ranging from 1 to 20 characters.
source-file: Filename of the source file on the TFTP server.
dest-file: Filename of the destination file which will be saved on the switch.
Description
Use the tftp get command to download a file from the specified directory of the 
TFTP server and saving it on the switch.
Related command: tftp put.
Example
# Download the file LANSwitch.app from the TFTP server at 1.1.3.214 and save it 
as vxWorks.app on the local switch.
<SW8800> tftp 1.1.3.214 get LANSwitch.app vxWorks.app