Searched refs:postquote (Results 1 – 9 of 9) sorted by relevance
156 struct curl_slist *postquote; member
137 curl_slist_free_all(config->postquote); in free_config_fields()
1759 err = add2list(&config->postquote, nextarg); in getparameter()
1121 my_setopt_slist(curl, CURLOPT_POSTQUOTE, config->postquote); in operate_do()
1205 if(data->set.postquote) { in ssh_statemach_act()1207 sshc->quote_item = data->set.postquote; in ssh_statemach_act()3238 if(!status && !premature && conn->data->set.postquote) { in sftp_done()
1614 struct curl_slist *postquote; /* after the transfer */ member
1747 item = data->set.postquote; in ftp_state_quote()3379 if(!status && !result && !premature && data->set.postquote) in ftp_done()3380 result = ftp_sendquote(conn, data->set.postquote); in ftp_done()
1744 data->set.postquote = va_arg(param, struct curl_slist *); in Curl_setopt()
278 postquote actions. This is now fixed and test case 227 has been extended to16366 - Added "postquote" support to the ftp section that enables post-ftp-transfer