R3721-F3210-F3171-HP High-End Firewalls System Management and Maintenance Command Reference-6PW101
241
After a file is uploaded, it will be saved under the user's authorized directory, which can be set with the
authorization-attribute command on the remote server.
Examples
# Upload source file cc.txt to the remote FTP server and save it as dd.txt.
[ftp] put cc.txt dd.txt
227 Entering Passive Mode (192,168,1,50,17,169).
125 ASCII mode data connection already open, transfer starting for /dd.txt.
226 Transfer complete.
FTP: 9 byte(s) sent in 0.112 second(s), 80.00 byte(s)/sec.
pwd
Syntax
pwd
View
FTP client view
Default level
3: Manage level
Parameters
None
Description
Use pwd to display the currently accessed directory on the remote FTP server.
Examples
# Display the currently accessed directory on the remote FTP server.
[ftp] cd servertemp
[ftp] pwd
257 "/servertemp" is current directory.
The above information indicates that the servertemp folder under the root directory of the remote FTP
server is being accessed by the user.
quit
Syntax
quit
View
FTP client view
Default level
3: Manage level
Parameters
None