HP VPN Firewall Appliances System Management and Maintenance Command Reference

244
FTPC: File transfer started with the signal light turned on.
FTPC: File transfer completed with the signal light turned off.
.226 Transfer complete.
FTP: 3304 byte(s) received in 4.889 second(s), 675.00 byte(s)/sec.
[ftp]
Table 47 Command output
Field Descri
p
tion
---> PORT 192,168,1,44,4,21
FTP command. 192,168,1,44 specifies the
destination IP address, and 4,21 is used to calculate
the data port number by using the formula
4*256+21.
The parsed reply is Received reply code, which is defined in RFC 959.
---> RETR Download the file.
FTPC: File transfer started with the signal light turned
on.
File transfer starts, and the signal light is turned on.
FTPC: File transfer completed with the signal light
turned off.
File transfer is completed, and the signal light is turned
off.
delete
Use delete to permanently delete a specified file on the remote FTP server.
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]