MCPcopy
hub / github.com/dreadl0ck/netcap / FTPFileExtractor

Struct FTPFileExtractor

decoder/stream/ftp/ftp_file_extractor.go:31–31  ·  view source on GitHub ↗

FTPFileExtractor implements file extraction for FTP DATA channel transfers

Source from the content-addressed store, hash-verified

29
30// FTPFileExtractor implements file extraction for FTP DATA channel transfers
31type FTPFileExtractor struct{}
32
33// GetFileHandle generates a unique identifier for an FTP file transfer
34func (f *FTPFileExtractor) GetFileHandle(conv *core.ConversationInfo, isOrigin bool, depth int) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected