pub fn send_file( url: Url, host: Option<String>, ca: Option<PathBuf>, file: PathBuf, printer: Option<&mut Printer> ) -> Result<()>