H3C s3600 series Command Manual page 1056

Hide thumbs Also See for s3600 series:
Table of Contents

Advertisement

switch can only download the file to its memory, and delete the file if it finds the file is too large when
writing the file to the Flash.
Related commands: tftp put.
Examples
# Download file abc.txt from the TFTP server whose IP address is 1.1.1.1 and save it as efg.txt
(suppose free space of the flash memory is sufficient).
<Sysname> tftp 1.1.1.1 get abc.txt efg.txt
File will be transferred in binary mode.
Downloading file from remote tftp server, please wait......
TFTP:
35 bytes received in 0 second(s).
File downloaded successfully.
# Download file temp.txt from the TFTP server (1.1.1.1) and save it as test1.txt (suppose that free
space of the Flash is insufficient and the TFTP server does not support file size negotiation).
<Sysname> tftp 1.1.1.1 get temp.txt test1.txt
File will be transferred in binary mode.
Downloading file from remote tftp server, please wait......
Not enough space; Writing to device failed; Downloaded data will be deleted.............
Deleting file successful.
# Download file temp.txt from the TFTP server (1.1.1.1) and save it as test2.txt (suppose that free
space of the Flash is insufficient and the TFTP server supports file size negotiation).
<Sysname> tftp 1.1.1.1 get temp.txt test2.txt
File will be transferred in binary mode.
Downloading file from remote tftp server, please wait......
Not enough space; Quit writing to device; Created file will be deleted.............
Deleting file successful.
tftp put
Syntax
tftp tftp-server put source-file [ dest-file ]
View
User view
Parameters
tftp-server: IP address or the host name of a TFTP server, a string of 1 to 20 characters. If the switch
belongs to a cluster, the value cluster means to connect to the TFTP server of the cluster. For the
configuration of the TFTP server of a cluster, refer to the Cluster part in this manual.
source-file: Name of the file to be uploaded to the TFTP server.
dest-file: File name used when a file is uploaded and saved to a TFTP server.
Description
Use the tftp put command to upload a file to a specified directory on a TFTP server.
2-3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents