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

/freebsd-10.1-release/contrib/opie/
H A Dftpcmd.y171 PASV TYPE STRU MODE RETR STOR
224 /* | PASV CRLF
228 | PASV check_login CRLF
230 /* Require login for PASV, too. This actually fixes a bug -- telnet to an
231 unfixed wu-ftpd and type PASV first off, and it crashes! */
817 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y98 PASV TYPE STRU MODE RETR STOR
181 | PASV CRLF check_login
941 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
H A Dftpcmd.c90 PASV = 279, enumerator in enum:yytokentype
175 #define PASV 279 macro
688 "REIN", "QUIT", "PORT", "PASV", "TYPE", "STRU", "MODE", "RETR", "STOR",
2997 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
/freebsd-10.1-release/usr.bin/yacc/tests/
H A Dftp.y133 PASV TYPE STRU MODE RETR STOR
175 | PASV CRLF
734 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
/freebsd-10.1-release/libexec/ftpd/
H A Dftpcmd.y102 PASV TYPE STRU MODE RETR STOR
300 | PASV check_login CRLF
303 reply(501, "No PASV allowed after EPSV ALL.");
1076 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
/freebsd-10.1-release/contrib/ipfilter/
H A DHISTORY731 enable FTP PASV proxying and enable wildcarding in NAT/state code for ports
732 for better PORT/PASV support with FTP.
785 disable PASV reply translation for now
815 change PASV as well as PORT when passed through kernel ftp proxy.

Completed in 123 milliseconds