Loading docs/libcurl/opts/CURLOPT_PREQUOTE.3 +2 −1 Original line number Original line Diff line number Diff line Loading @@ -26,7 +26,8 @@ CURLOPT_PREQUOTE \- commands to run before FTP or SFTP transfer .SH SYNOPSIS .SH SYNOPSIS #include <curl/curl.h> #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PREQUOTE, char *cmds); CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PREQUOTE, struct curl_slist *cmds); .SH DESCRIPTION .SH DESCRIPTION Pass a pointer to a linked list of FTP or SFTP commands to pass to the server Pass a pointer to a linked list of FTP or SFTP commands to pass to the server after the transfer type is set. The linked list should be a fully valid list after the transfer type is set. The linked list should be a fully valid list Loading Loading
docs/libcurl/opts/CURLOPT_PREQUOTE.3 +2 −1 Original line number Original line Diff line number Diff line Loading @@ -26,7 +26,8 @@ CURLOPT_PREQUOTE \- commands to run before FTP or SFTP transfer .SH SYNOPSIS .SH SYNOPSIS #include <curl/curl.h> #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PREQUOTE, char *cmds); CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PREQUOTE, struct curl_slist *cmds); .SH DESCRIPTION .SH DESCRIPTION Pass a pointer to a linked list of FTP or SFTP commands to pass to the server Pass a pointer to a linked list of FTP or SFTP commands to pass to the server after the transfer type is set. The linked list should be a fully valid list after the transfer type is set. The linked list should be a fully valid list Loading