
Operation Manual – FTP-SFTP-TFTP
H3C S5600 Series Ethernet Switches
Chapter 1 FTP and SFTP Configuration
1-9
To do…
Use the command…
Remarks
Change the working
directory on the remote
FTP server
cd
pathname
Change the working
directory to be the parent
directory
cdup
Get the local working path
on the FTP client
lcd
Display the working
directory on the FTP
server
pwd
Create a directory on the
remote FTP server
mkdir
pathname
Remove a directory on the
remote FTP server
rmdir
pathname
Delete a specified file
delete
remotefile
Optional
dir
[
remotefile
] [
localfile
]
Query a specified file on
the FTP server
ls
[
remotefile
] [
localfile
]
Optional
If no file name is specified,
all the files in the current
directory are displayed.
The difference between
these two commands is
that the
dir
command can
display the file name,
directory as well as file
attributes; while the
Is
command can display
only the file name and
directory.