68
Syntax
delete
remotefile
Views
FTP client view
Default command level
3: Manage level
Parameters
remotefile
: File name.
Usage guidelines
To perform this operation, you must have delete permission on the FTP server.
Examples
# Delete file
temp.c
.
[ftp] delete temp.c
250 DELE command successful.
[ftp]
dir
Use
dir
to view detailed information about the files and subdirectories under the current directory on the
FTP server.
Use
dir
remotefile
to display detailed information about a specific file or directory on the FTP server.
Use
dir
remotefile localfile
to save detailed information about a specific file or directory on the FTP server
to a local file.
Syntax
dir
[
remotefile
[
localfile
] ]
Views
FTP client view
Default command level
3: Manage level
Parameters
remotefile
:
Name of the file or directory on the FTP server.
localfile
: Name of the local file used to save the displayed information.
Usage guidelines
The
Is
command displays only the names of files and directories. The
dir
command displays more
information about the files and directories, such as the size and the creation date.
Examples
# View detailed information about the files and subdirectories under the current directory on the FTP
server.
[ftp] dir