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