Send file to the remote host.
def send_file(connection_id: int, file_name: str) -> None: ...
This method sends the file to the client specified by the ConnectionId.