Home | History | Annotate | Download | only in lib

Lines Matching defs:EPRT

921   EPRT,
946 static const char mode[][5] = { "EPRT", "PORT" };
1207 /* EPRT is disabled but we are connected to a IPv6 host, so we ignore the
1208 request and enable EPRT again! */
1214 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd))
1235 if(EPRT == fcmd) {
1239 * EPRT |1|132.235.1.2|6275|
1241 * EPRT |2|1080::8:800:200C:417A|5282|
1248 failf(data, "Failure sending EPRT command: %s",
1372 result = ftp_state_use_port(conn, EPRT);
2016 if(EPRT == fcmd) {
2017 infof(data, "disabling EPRT usage\n");