R3721-F3210-F3171-HP High-End Firewalls System Management and Maintenance Command Reference-6PW101

230
View
FTP client view
Default level
3: Manage level
Parameters
remotefile: File name.
Description
Use delete to permanently delete a specified file on the remote FTP server.
To perform this operation, you must have delete permissions on the FTP server.
Examples
# Delete file temp.c.
[ftp] delete temp.c
250 DELE command successful.
dir
Syntax
dir [ remotefile [ localfile ] ]
View
FTP client view
Default level
3: Manage level
Parameters
remotefile: Name of the file or directory on the remote FTP server.
localfile: Name of the local file to save the displayed information.
Description
Use dir to view the detailed information of the files and subdirectories under the current directory on the
remote FTP server.
Use dir remotefile to display the detailed information of the specified file or directory on the remote FTP
server.
Use dir remotefile localfile to display the detailed information of the specified file or directory on the
remote FTP server, and save the displayed information into a local file specified by the localfile argument.
NOTE:
The Is command can only display the names of files and directories, whereas the dir command can displa
y
other related information of the files and directories, such as the size, and the date they were created.
Examples
# View the detailed information of the files and subdirectories under the current directory on the remote
FTP server.
[ftp] dir