3com 8807 Guia De Referência

Página de 1099
1002
C
HAPTER
 59: FTP&TFTP C
ONFIGURATION
 C
OMMANDS
tftp put
Syntax
tftp tftp-server put 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 which is saved on the switch.
dest-file: Name of the saved-as file uploaded to the specified directory on the TFTP 
server.
Description
Use the tftp put command to upload a file from the switch to the specified 
directory on the TFTP server.
Related command: tftp get.
Example
# Upload the vrpcfg.txt to the TFTP server at 1.1.3.214 and save it as temp.txt.
<SW8800> tftp 1.1.3.214 put vrpcfg.txt temp.txt