FTP
¶Utilities specific for FTP processing.
Namespace: | FTP |
---|---|
Imports: | base/protocols/ftp/info.bro, base/utils/addrs.bro, base/utils/paths.bro |
Source File: | /scripts/base/protocols/ftp/utils.bro |
FTP::build_url : function |
Creates a URL from an FTP::Info record. |
FTP::build_url_ftp : function |
Creates a URL from an FTP::Info record. |
FTP::describe : function |
Create an extremely shortened representation of a log line. |
FTP::build_url
¶Type: | function (rec: FTP::Info ) : string |
---|
Creates a URL from an FTP::Info
record.
Rec: | An FTP::Info record. |
---|---|
Returns: | A URL, not prefixed by "ftp://" . |