base/protocols/ftp/files.zeek

FTP
Namespace

FTP

Imports

base/frameworks/files, base/protocols/ftp/info.zeek, base/protocols/ftp/main.zeek, base/protocols/ftp/utils.zeek, base/utils/conn-ids.zeek

Summary

Redefinitions

fa_file: record &redef

New Fields

fa_file

ftp: FTP::Info &optional

Functions

FTP::describe_file: function

Describe the file being transferred.

FTP::get_file_handle: function

Default file handle provider for FTP.

Detailed Interface

Functions

FTP::describe_file
Type

function (f: fa_file) : string

Describe the file being transferred.

FTP::get_file_handle
Type

function (c: connection, is_orig: bool) : string

Default file handle provider for FTP.