Command Manual (For Soliton) – FTP-SFTP-TFTP
H3C S3100 Series Ethernet Switches
Chapter 1 FTP and SFTP Configuration
Commands
1-9
Description
Use the
cdup
command to exit the current working directory and enter the parent
directory. The parent directory must be a directory that a user is authorized to access;
otherwise, the command cannot be executed.
Related commands:
cd
,
pwd
.
Examples
# Change the working directory to
flash:/temp
.
[ftp] cd flash:/temp
# Change the working directory to the parent directory.
[ftp] cdup
# Display the current directory.
[ftp] pwd
257 "flash:" is current directory.
1.2.6 close
Syntax
close
View
FTP client view
Parameters
None
Description
Use the
close
command to terminate an FTP connection without quitting FTP client
view.
This command has the same effect as that of the
disconnect
command.
Examples
# Terminate the FTP connection without quitting FTP client view.
[ftp] close
221 Server closing.
[ftp]