Home
last modified time | relevance | path

Searched refs:EPRT (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dftp.c900 EPRT, enumerator
923 static const char mode[][5] = { "EPRT", "PORT" }; in ftp_state_use_port()
1177 /* EPRT is disabled but we are connected to a IPv6 host, so we ignore the in ftp_state_use_port()
1178 request and enable EPRT again! */ in ftp_state_use_port()
1184 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()
1205 if(EPRT == fcmd) { in ftp_state_use_port()
1209 * EPRT |1|132.235.1.2|6275| in ftp_state_use_port()
1211 * EPRT |2|1080::8:800:200C:417A|5282| in ftp_state_use_port()
1218 failf(data, "Failure sending EPRT command: %s", in ftp_state_use_port()
1333 result = ftp_state_use_port(data, EPRT); in ftp_state_prepare_transfer()
[all...]

Completed in 4 milliseconds