Home
last modified time | relevance | path

Searched refs:try_epsv4 (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Dftp_var.h136 int try_epsv4; /* try EPSV for this session (IPv4) */ variable
H A Dftp.c1402 if (try_epsv4) {
1411 try_epsv4 = 0;
1667 if (try_epsv4) {
1687 try_epsv4 = 0;
2193 if (try_epsv4 && command("EPSV") != COMPLETE)
2194 try_epsv4 = 0;
2195 if (!try_epsv4 && command("PASV") != COMPLETE) {
H A Dmain.c165 try_epsv4 = epsv4; /* so status w/o connection isn't bogus */
H A Dcmds.c718 (!try_epsv4 && epsv4) ? " (but disabled for this connection)" : "");
2019 try_epsv4 = epsv4;
H A Dutil.c135 try_epsv4 = epsv4;