base/protocols/ftp/files.bro

FTP
Namespace:FTP
Imports:base/frameworks/files, base/protocols/ftp/info.bro, base/protocols/ftp/main.bro, base/protocols/ftp/utils.bro, base/utils/conn-ids.bro
Source File:/scripts/base/protocols/ftp/files.bro

Summary

Redefinitions

FTP::Info: record  
fa_file: record &redef  

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.


Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.