R0106-HP MSR Router Series Fundamentals Command Reference(V7)

95
Related commands
ascii
bye
Use bye to terminate the connection to the FTP server and return to user view.
If no connection is established between the device and the remote FTP server, use this command to
return to user view.
Syntax
bye
Views
FTP client view
Predefined user roles
network-admin
Examples
# Terminate the connection to the FTP server and return to user view.
ftp> bye
221-Goodbye. You uploaded 2 and downloaded 2 kbytes.
221 Logout.
<Sysname>
Related commands
quit
cd
Use cd to change the current working directory to another directory on the FTP server.
Syntax
cd { directory | .. | / }
Views
FTP client view
Predefined user roles
network-admin
Parameters
directory: Specifies the name of the target directory in the format [drive:][/]path, where drive represents
the storage medium name, typically flash or cf. If the target directory does not exist, the cd command
does not change the current working directory. If no drive information is provided, the argument
represents a folder or subfolder in the current directory. For more information about the drive and path
arguments, see Fundamentals Configuration Guide.
..: Returns to the upper directory. Executing the cd .. command is the same as executing the cdup
command. If the current working directory is the FTP root directory, the cd .. command does not change
the current working directory.