base/protocols/ftp/utils.zeek
- FTP
Utilities specific for FTP processing.
- Namespace:
FTP
- Imports:
base/protocols/ftp/info.zeek, base/utils/addrs.zeek, base/utils/paths.zeek
Summary
Functions
Creates a URL from an |
|
Creates a URL from an |
|
Create an extremely shortened representation of a log line. |
Detailed Interface
Functions
- FTP::build_url
-
Creates a URL from an
FTP::Info
record.- Parameters:
rec – An
FTP::Info
record.- Returns:
A URL, not prefixed by
"ftp://"
.
- FTP::build_url_ftp
-
Creates a URL from an
FTP::Info
record.- Parameters:
rec – An
FTP::Info
record.- Returns:
A URL prefixed with
"ftp://"
.
- FTP::describe
-
Create an extremely shortened representation of a log line.