H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – FTP and TFTP
H3C S7500 Series Ethernet Switches Chapter 1
FTP and TFTP Configuration Commands
1-8
[ftp]
# Change the work directory to flash:/temp.
[ftp] cd flash:/temp
250 CWD command successful.
# Change the work directory to the upper-level directory.
[ftp] cdup
200 CDUP command successful.
# 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 the disconnect command.
Examples
# Enter FTP client view.
<H3C> ftp 2.2.2.2
Trying ...
Press CTRL+K to abort
Connected.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new user
User(none):switch
331 Give me your password, please
Password:
230 Logged in successfully
[ftp]
# Terminate the FTP connection without quitting FTP client view.