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