3com 4500 PWR 26-PORT User Manual

Page of 466
SFTP Client Configuration Commands
441
put 
Syntax
put local-file [ remote-file ]
View
SFTP client view
Parameter
local-file:
 The name of a local file.
remote-file: 
The 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 the name of the file on the remote server is not specified, it is 
assumed that the file on the remote server has the same name as the local file.
Example
To upload local file temp.c to the remote SFTP server and save it with the name 
temp1.c, enter the following:
sftp-client>put temp.c temp1.c
pwd
Syntax
pwd
View
SFTP client view
Parameter
None
Description
Use the 
pwd
 command to display the current directory on the SFTP server.
Example
To display the current directory on the SFTP server, enter the following:
sftp-client>pwd
 
flash:
quit
Syntax
quit