48
delete
Syntax
delete
remotefile
View
FTP client view
Default Level
3: Manage level
Parameters
remotefile
: File name.
Description
Use the
delete
command to permanently delete a specified file on the remote FTP
server. A deleted file cannot be restored.
To do this, you must be a user with the delete permission 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 the
dir
command to view the detailed information of the files and subdirectories
under the current directory on the remote FTP server.