Searched refs:postquote (Results 1 – 9 of 9) sorted by relevance
141 struct curl_slist *postquote; member
122 curl_slist_free_all(config->postquote); in free_config_fields()
1597 err = add2list(&config->postquote, nextarg); in getparameter()
1084 my_setopt_slist(curl, CURLOPT_POSTQUOTE, config->postquote); in operate_do()
1185 if(data->set.postquote) { in ssh_statemach_act()1187 sshc->quote_item = data->set.postquote; in ssh_statemach_act()3128 if(!status && !premature && conn->data->set.postquote) { in sftp_done()
1501 struct curl_slist *postquote; /* after the transfer */ member
1736 item = data->set.postquote; in ftp_state_quote()3442 if(!status && !result && !premature && data->set.postquote) in ftp_done()3443 result = ftp_sendquote(conn, data->set.postquote); in ftp_done()
1709 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