Home
last modified time | relevance | path

Searched refs:epsv6 (Results 1 – 11 of 11) sorted by relevance

/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Dftp_var.h90 int epsv6; /* use EPSV/EPRT cmds on IPv6 ftp */ variable
H A Dmain.c166 epsv6 = 1;
167 try_epsv6 = epsv6; /* so status w/o connection isn't bogus */
H A Dcmds.c720 printf("Use of EPSV/EPRT cmds for IPv6: %s%s.\n", onoff(epsv6),
721 (!try_epsv6 && epsv6) ? " (but disabled for this connection)" : "");
2027 code = togglevar(argc, argv, &epsv6,
2029 try_epsv6 = epsv6;
H A Dutil.c136 try_epsv6 = epsv6;
/dports/ftp/tnftp/tnftp-20210827/src/
H A Dftp_var.h259 GLOBAL int epsv6; /* use EPSV/EPRT on IPv6 connections */ variable
H A Dmain.c198 epsv6 = 1; in main()
201 epsv6 = 0; in main()
H A Dftp.c1323 if (epsv6 && !epsv6bad) { in initconn()
1606 if (!epsv6 || epsv6bad) { in initconn()
H A Dcmds.c870 fprintf(ttyout, "Use of EPSV/EPRT cmds for IPv6: %s%s.\n", onoff(epsv6), in status()
2258 code = togglevar(argc, argv, &epsv6, in setepsv6()
/dports/ftp/tnftp/tnftp-20210827/
H A DNEWS105 Add epsv6 and epsv to disable extended passive mode for IPv6 or
H A DChangeLog271 - Add epsv6 and epsv to disable extended passive mode for ipv6 or
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/
H A DChangeLog128 with help of the new "epsv6" command.