Home
last modified time | relevance | path

Searched refs:STRING_FTPPORT (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Durldata.h1454 STRING_FTPPORT, /* port to send with the FTP PORT command */ enumerator
H A Dsetopt.c2088 result = Curl_setstropt(&data->set.str[STRING_FTPPORT], ptr); in setopt_cptr()
2089 data->set.ftp_use_port = !!(data->set.str[STRING_FTPPORT]); in setopt_cptr()
H A Dftp.c869 char *string_ftpport = data->set.str[STRING_FTPPORT]; in ftp_state_use_port()
885 if(data->set.str[STRING_FTPPORT] && in ftp_state_use_port()
886 (strlen(data->set.str[STRING_FTPPORT]) > 1)) { in ftp_state_use_port()

Completed in 24 milliseconds