1-11
---> PORT 192,168,1,44,4,21
200 Port command okay.
The parsed reply is 200
---> RETR sample.file
150 Opening ASCII mode data connection for /sample.file.
The parsed reply is 150
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 1-3 debugging command output description
Field Description
---> PORT
Give an FTP order, with data port numbers
being…
The parsed reply is
The 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
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.