delete (FTP client view)
Parameters
Parameter | Description | Value |
---|---|---|
remote-filename | Specifies the name of a file to be deleted. | The value is a string of 1 to 64 case-insensitive characters without spaces. |
Example
Delete the file temp.c.
<AC6605> ftp 10.137.217.201 Trying 10.137.217.201 ... Press CTRL+K to abort Connected to 10.137.217.201. 220 FTP service ready. User(10.137.217.201:(none)):huawei 331 Password required for huawei. Enter password: 230 User logged in.
[AC6605-ftp] delete temp.c Warning: The contents of file temp.c cannot be recycled. Continue? (y/n)[n]:y 250 File deleted from remote host.