Cdup - HP A8800 Series Fundamentals Command Reference

Hide thumbs Also See for A8800 Series:
Table of Contents

Advertisement

cd
Syntax
cd { directory | .. | / }
View
FTP client view
Default level
3: Manage level
Parameters
directory: Name of the target directory, in the format of [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 working 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. No online help is available for this option.
/: Returns to the FTP root directory. No online help is available for this option.
Description
Use cd to change the current working directory on the remote FTP server, or to access another authorized
directory.
Related commands: pwd.
Examples
# Change the working directory to the sub-directory logfile of the current working directory.
[ftp] cd logfile
250 CWD command successful.
# Change the working directory to the sub-directory folder of the FTP root directory.
[ftp] cd /folder
250 CWD command successful.
# Change the working directory to the upper directory of the current working directory.
[ftp] cd ..
250 CWD command successful.
# Change the working directory to the FTP root directory.
[ftp] cd /
250 CWD command successful.
[ftp]

cdup

Syntax
cdup
52

Advertisement

Table of Contents
loading

Table of Contents