CURLOPT_POSTQUOTE.md: fix typo
Closes https://github.com/curl/curl/pull/12926
This commit is contained in:
parent
298c120b97
commit
ee92f3d227
@ -25,7 +25,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_POSTQUOTE,
|
|||||||
# DESCRIPTION
|
# 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 your FTP transfer request. The commands are only issues if no error
|
after your FTP transfer request. The commands are only issued if no error
|
||||||
occur. The linked list should be a fully valid list of struct curl_slist
|
occur. The linked list should be a fully valid list of struct curl_slist
|
||||||
structs properly filled in as described for CURLOPT_QUOTE(3).
|
structs properly filled in as described for CURLOPT_QUOTE(3).
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user