pub fn finger(query: &Query, timeout: Duration) -> Result<String, FingerError>Expand description
Execute a finger query over TCP.
Connects to the target host, sends the query string, reads the full response until the server closes the connection, and returns the response as a string. Invalid UTF-8 bytes are replaced with U+FFFD.