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

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y104 EPRT EPSV
175 | EPSV CRLF check_login
180 | EPSV SP STRING CRLF check_login
960 { "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
H A Dftpcmd.c127 EPSV = 316, enumerator in enum:yytokentype
212 #define EPSV 316 macro
692 "SYST", "SIZE", "MDTM", "EPRT", "EPSV", "UMASK", "IDLE", "CHMOD", "AUTH",
3017 { "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
/freebsd-9.3-release/usr.sbin/faithd/test/
H A Dfaithd.rb80 if (line =~ /^EPSV\r\n/i)
81 STDERR.print "EPSV -> PASV\n" if DEBUG
83 state = "EPSV"
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpcmd.y159 LPRT LPSV EPRT EPSV
303 "LPSV disallowed after EPSV ALL");
311 | EPSV check_login SP NUMBER CRLF
315 long_passive("EPSV",
318 reply(500, "EPSV mode not available.");
322 | EPSV check_login SP ALL CRLF
327 "EPSV ALL command successful.");
330 reply(500, "EPSV mode not available.");
334 | EPSV check_login CRLF
338 long_passive("EPSV", PF_UNSPE
[all...]
/freebsd-9.3-release/libexec/ftpd/
H A Dftpcmd.y112 LPRT LPSV EPRT EPSV FEAT
161 reply(501, "No PORT allowed after EPSV ALL.");
184 reply(501, "No LPRT allowed after EPSV ALL.");
214 reply(501, "No EPRT allowed after EPSV ALL.");
307 reply(501, "No PASV allowed after EPSV ALL.");
314 reply(501, "No LPSV allowed after EPSV ALL.");
318 | EPSV check_login_epsv SP NUMBER CRLF
335 long_passive("EPSV", pf);
338 | EPSV check_login_epsv SP ALL CRLF
341 reply(200, "EPSV AL
[all...]
/freebsd-9.3-release/usr.sbin/faithd/
H A Dftp.c68 enum state { NONE, LPRT, EPRT, LPSV, EPSV }; enumerator in enum:state
564 case EPSV:
584 * PASV result -> LPSV/EPSV result
648 /* transmit LPSV or EPSV */
790 n = snprintf(sbuf, sizeof(sbuf), "501 %s disallowed in EPSV ALL\r\n",
901 n = snprintf(sbuf, sizeof(sbuf), "501 %s disallowed in EPSV ALL\r\n",
991 n = snprintf(sbuf, sizeof(sbuf), "501 %s disallowed in EPSV ALL\r\n",
1009 } else if (strcmp(cmd, "EPSV") == 0 && !param) {
1011 * EPSV -> PASV
1024 *state = EPSV;
[all...]

Completed in 176 milliseconds