FTP Client Inspector Overview
|
Type |
Inspector (passive) |
|
Usage |
Inspect |
|
Instance Type |
Multiton |
|
Other Inspectors Required |
|
|
Enabled |
|
File Transfer Protocol (FTP) is a network protocol used to transfer files between clients and servers over TCP/IP. Once a client and server establish a connection, the client issues commands to the server to upload files to or download files from the server, and interprets responses from the server.
The ftp_client inspector examines and normalizes responses on the FTP
command channel.
Given an FTP command channel buffer, the ftp_client inspector interprets
FTP response codes and messages. The ftp_client inspector enforces correctness
of the parameters, determines when an FTP command connection is encrypted and when an FTP data channel is
opened.
Feedback