Command Manual (For Soliton) – FTP-SFTP-TFTP
H3C S3100 Series Ethernet Switches
Chapter 2 TFTP Configuration Commands
2-3
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.
2.1.3 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.
When uploading files to a TFTP server, you can only select the files under the current
working directory of the device. To upload files in another directory, use the
cd
command to change to the specified directory in user view before executing the
tftp put
command. For the execution of the
cd
command, refer to the
File System Management
part in this manual.
Related commands:
tftp get
.