Searched refs:STRING_FTPPORT (Results 1 – 3 of 3) sorted by relevance
1535 STRING_FTPPORT, /* port to send with the FTP PORT command */ enumerator
921 char *string_ftpport = data->set.str[STRING_FTPPORT]; in ftp_state_use_port()935 if(data->set.str[STRING_FTPPORT] && in ftp_state_use_port()936 (strlen(data->set.str[STRING_FTPPORT]) > 1)) { in ftp_state_use_port()
1279 result = Curl_setstropt(&data->set.str[STRING_FTPPORT], in Curl_vsetopt()1281 data->set.ftp_use_port = (data->set.str[STRING_FTPPORT]) ? TRUE : FALSE; in Curl_vsetopt()