mojave man page for curlopt_ssh_keydata

Query: curlopt_ssh_keydata

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CURLOPT_SSH_KEYDATA(3)					     curl_easy_setopt options					    CURLOPT_SSH_KEYDATA(3)

NAME
CURLOPT_SSH_KEYDATA - pointer to pass to the SSH key callback
SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_KEYDATA, void *pointer);
DESCRIPTION
Pass a void * as parameter. This pointer will be passed along verbatim to the callback set with CURLOPT_SSH_KEYFUNCTION(3).
DEFAULT
NULL
PROTOCOLS
SFTP and SCP
EXAMPLE
TODO
AVAILABILITY
Added in 7.19.6
RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
SEE ALSO
CURLOPT_SSH_KEYDATA(3), CURLOPT_SSH_KNOWNHOSTS(3), libcurl 7.54.0 February 03, 2016 CURLOPT_SSH_KEYDATA(3)
Related Man Pages
curlopt_fnmatch_function(3) - mojave
curlinfo_ftp_entry_path(3) - mojave
curlinfo_protocol(3) - mojave
curlopt_accepttimeout_ms(3) - mojave
curlopt_readdata(3) - mojave
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
12-Core MacPro (2013) kernel_task over 1200%
Cannot extract libraries using sed
How can I direct messages from mac console.app to a log file?
[BASH] eval command not expanding variables as expected.