Searched refs:ftp (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_mtudisc6.sh81 ftp -q $timeout -o ./out "http://[$ip]/$HTML_FILE"
H A Dt_forwarding.sh186 ftp -q $TIMEOUT -o out http://$ip/$HTML_FILE
340 ftp -q $TIMEOUT -o out http://$ip/$HTML_FILE
346 ftp -q $TIMEOUT -o out http://$ip/$HTML_FILE
/freebsd-13-stable/contrib/byacc/package/
H A Dbyacc.spec12 URL: ftp://invisible-island.net/%{AppProgram}
/freebsd-13-stable/contrib/tnftp/src/
H A DMakefile.in58 tnftp-fetch.$(OBJEXT) tnftp-ftp.$(OBJEXT) tnftp-main.$(OBJEXT) \
240 ftp.c \
259 ftp.1 \
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tnftp-ftp.Po@am__quote@
466 tnftp-ftp.o: ftp.c
467 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-ftp.o -MD -MP -MF $(DEPDIR)/tnftp-ftp.Tpo -c -o tnftp-ftp.o `test -f 'ftp
[all...]
H A Dutil.c83 #include <arpa/ftp.h>
992 el_set(el, EL_ADDFN, "ftp-complete",
995 el_set(el, EL_BIND, "^I", "ftp-complete", NULL);
H A Dfetch.c57 #include <arpa/ftp.h>
107 #define FTP_URL "ftp://" /* ftp URL prefix */
299 * the number given, or ftpport if ftp://, or httpport if http://.
302 * leading `/' unless it's an ftp:// URL, as this makes things easier
303 * for file:// and http:// URLs. ftp:// URLs have the `/' between the
315 * "ftp://host" ""
316 * "ftp://host/" ""
317 * "ftp://host//" "/"
318 * "ftp
[all...]
H A Dcmds.c115 #include <arpa/ftp.h>
825 fprintf(ttyout, "Gate ftp: %s, server %s, port %s.\n", onoff(gatemode),
1040 * Toggle gate-ftp mode, or set gate-ftp server
1070 "Disabling gate-ftp mode - no gate-ftp server defined.\n");
1073 fprintf(ttyout, "Gate ftp: %s, server %s, port %s.\n",
/freebsd-13-stable/libexec/rc/rc.d/
H A DMakefile284 CONFS+= ftp-proxy
/freebsd-13-stable/usr.sbin/
H A DMakefile187 SUBDIR.${MK_PF}+= ftp-proxy
/freebsd-13-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile68 print-ftp.c \
/freebsd-13-stable/usr.bin/
H A DMakefile205 SUBDIR.${MK_FTP}+= ftp
/freebsd-13-stable/targets/pseudo/userland/lib/
H A DMakefile.depend30 lib/libalias/modules/ftp \
/freebsd-13-stable/contrib/tnftp/
H A Dtnftp.h87 # include <arpa/ftp.h>
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl1357 is available through anonymous ftp at
1358 .IR ftp://ftp.idiom.com/pub/muir-programs/expn .
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.in47 subdir = appl/ftp/ftpd
453 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign appl/ftp/ftpd/Makefile'; \
455 $(AUTOMAKE) --foreign appl/ftp/ftpd/Makefile
1047 @test -f security.c || $(LN_S) $(srcdir)/../ftp/security.c .
1049 @test -f security.h || $(LN_S) $(srcdir)/../ftp/security.h .
1051 @test -f gssapi.c || $(LN_S) $(srcdir)/../ftp/gssapi.c .
/freebsd-13-stable/crypto/heimdal/appl/ftp/
H A DMakefile.in45 subdir = appl/ftp
385 SUBDIRS = common ftp ftpd
400 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign appl/ftp/Makefile'; \
402 $(AUTOMAKE) --foreign appl/ftp/Makefile
/freebsd-13-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf44 progs fsplit fstat ftp getconf getopt gprof head hexdump id indent ipcrm
/freebsd-13-stable/crypto/heimdal/appl/
H A DMakefile.in113 DIST_SUBDIRS = afsutil ftp login otp gssmask popper push rsh rcp su \
390 ftp \
/freebsd-13-stable/crypto/heimdal/appl/ftp/common/
H A DMakefile.in46 subdir = appl/ftp/common
386 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign appl/ftp/common/Makefile'; \
388 $(AUTOMAKE) --foreign appl/ftp/common/Makefile
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend210 usr.bin/ftp \
563 usr.sbin/ftp-proxy \
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in133 print-ftp.c \
/freebsd-13-stable/crypto/openssh/
H A Dsftp.c360 /* XXX: quoting - rip quoting code from ftp? */
2142 el_set(el, EL_ADDFN, "ftp-complete",
2147 el_set(el, EL_BIND, "^I", "ftp-complete", NULL);
/freebsd-13-stable/contrib/opie/
H A Dftpcmd.y76 #include <arpa/ftp.h>
700 /* this is for a bug in the BBN ftp */
H A Dopieftpd.c115 #include <arpa/ftp.h>
400 * need to reset state. If name is "ftp" or "anonymous", the name is not in
401 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
424 if (!strcmp(name, "ftp") || !strcmp(name, "anonymous"))
425 if (!checkuser("ftp") && !checkuser("anonymous"))
426 if ((pw = sgetpwnam("ftp")) != NULL) {
515 opielogwtmp(ttyline, "", "", "ftp");
535 if (!guest) { /* "ftp" is only account allowed no password */
568 sprintf(ttyline, "ftp%d", getpid());
569 opielogwtmp(ttyline, pw->pw_name, remotehost, "ftp");
[all...]
/freebsd-13-stable/libexec/ftpd/
H A Dftpcmd.y55 #include <arpa/ftp.h>
919 /* this is for a bug in the BBN ftp */
1565 reply(214, "Direct comments to ftp-bugs@%s.", hostname);

Completed in 326 milliseconds

1234