Command Manual – System Management
Quidway S8500 Series Routing Switches
Chapter 8 SSH Terminal Service Configuration
Commands
Huawei Technologies Proprietary
8-27
Parameter
local-file
: Name of a local file.
remote-file
: Name of a file on the remote SFTP server.
Description
Use the
put
command to upload a local file to the remote SFTP server.
By default, if no name of the file on the remote server is specified, it is assumed that the
file on the remote server has the same name as the local file.
Example
# Upload local file temp.c to the remote SFTP server and save it with the name
temp1.c.
sftp-client> put temp.c temp1.c
8.4.12 pwd
Syntax
pwd
View
SFTP Client view
Parameter
None
Description
Use the
pwd
command to display the current directory on the SFTP server.
Example
# Display the current directory on the SFTP server.
sftp-client> pwd
flash:
8.4.13 quit
Syntax
quit
View
SFTP Client view