FTP Vendor Crawler

This module contains all vendor crawlers of FTP implementations. Available crawlers include:

FTP_Command

FTP Commands [*]

FTP_ReturnCode

FTP Return Codes []

FTP Command

This module contains the vendor crawler for FTP Command, which is automatically generating pcapkit.const.ftp.command.Command.

class pcapkit.vendor.ftp.command.Command[source]

Bases: Vendor

FTP Command

Link to registry.

FTP Server Return Code

This module contains the vendor crawler for FTP Server Return Code, which is automatically generating pcapkit.const.ftp.return_code.ReturnCode.

class pcapkit.vendor.ftp.return_code.ReturnCode[source]

Bases: Vendor

FTP Server Return Code

FLAG: str = 'isinstance(value, int) and 100 <= value <= 659'

Value limit checker.

Link to registry.

Footnotes