HomeSort by: relevance | last modified time | path
    Searched refs:ftp (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/sbin/mount_portal/examples/
rfilter.2.conf 9 ftp:// rfilter nostrip ftp -Vo - %s key
10 http:// rfilter nostrip ftp -Vo - %s
13 ftp%// rfilter ftp%// ftp -Vo - ftp://%s
advanced.1.conf 14 ftp/ rfilter ftp/ ftp -Vo - %s
15 ftp:// rfilter nostrip ftp -Vo - %s key
16 http:// rfilter nostrip ftp -Vo - %s
  /src/dist/pf/usr.sbin/ftp-proxy/
Makefile 4 PROG= ftp-proxy
5 SRCS= ftp-proxy.c filter.c
6 MAN= ftp-proxy.8
  /src/usr.sbin/pf/ftp-proxy/
Makefile 4 PROG= ftp-proxy
5 SRCS= ftp-proxy.c filter.c
6 MAN= ftp-proxy.8
34 .PATH: ${NETBSDSRCDIR}/dist/pf/usr.sbin/ftp-proxy
  /src/usr.bin/progress/
Makefile 8 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
10 .PATH: ${NETBSDSRCDIR}/usr.bin/ftp
  /src/usr.bin/utoppya/
Makefile 8 CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/ftp -DSTANDALONE_PROGRESS
10 .PATH: ${NETBSDSRCDIR}/usr.bin/ftp
  /src/usr.sbin/faithd/
Makefile 6 SRCS= faithd.c tcp.c ftp.c prefix.c
  /src/tests/usr.bin/ftp/
t_custom_headers.sh 34 atf_require_prog ftp
48 ftp -V -o - \
Makefile 5 TESTSDIR= ${TESTSBASE}/usr.bin/ftp
  /src/etc/
syslog.conf 4 *.info;auth,authpriv,cron,ftp,kern,lpr,mail.none /var/log/messages
13 ftp.info /var/log/xferlog
  /src/sys/external/bsd/ipf/netinet/
ip_ftp_pxy.c 8 * Simple FTP transparent proxy for in-kernel use. For use with the NAT
50 * Values for FTP commands. Numerics cover 0-999
159 MUTEX_INIT(&ftppxyfr.fr_lock, "FTP Proxy Mutex");
229 ftpinfo_t *ftp; local in function:ipf_p_ftp_new
232 KMALLOC(ftp, ftpinfo_t *);
233 if (ftp == NULL)
238 aps->aps_data = ftp;
243 bzero((char *)ftp, sizeof(*ftp));
244 f = &ftp->ftp_side[0]
273 ftpinfo_t *ftp; local in function:ipf_p_ftp_del
1568 ftpinfo_t *ftp; local in function:ipf_p_ftp_out
1587 ftpinfo_t *ftp; local in function:ipf_p_ftp_in
    [all...]
  /src/share/misc/
make.country 34 ftp $U1
35 ftp $U2
  /src/usr.sbin/pf/
Makefile 6 SUBDIR+= ftp-proxy
  /src/distrib/amiga/stand/
update 12 Assumes you are using an https capable ftp, and have lha installed from pkgsrc
21 ftp -o $srctar $githubdir/archive/refs/tags/$version.tar.gz
26 ftp -o $exelha $githubdir/releases/download/$version/device-streams.lha
  /src/usr.bin/ftp/
Makefile 8 PROG= ftp
9 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
13 # Uncomment the following to provide defaults for gate-ftp operation
15 #CPPFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
37 COPTS.ftp.c+= -Wno-error=clobbered
  /src/usr.sbin/sysinst/
main.c 78 struct ftpinfo ftp, pkg, pkgsrc; variable in typeref:struct:ftpinfo
135 {"ftp host", SYSINST_FTP_HOST, ftp.xfer_host[XFER_HOST(XFER_FTP)], sizeof ftp.xfer_host[XFER_HOST(XFER_FTP)]},
136 {"http host", SYSINST_HTTP_HOST, ftp.xfer_host[XFER_HOST(XFER_HTTP)], sizeof ftp.xfer_host[XFER_HOST(XFER_HTTP)]},
137 {"ftp dir", SYSINST_FTP_DIR, ftp.dir, sizeof ftp.dir},
138 {"ftp prefix", "/" ARCH_SUBDIR "/binary/sets", set_dir_bin, sizeof set_dir_bin}
    [all...]
menus.mi 378 option {src_legend(menu, MSG_Host, ftp.xfer_host[
380 action { src_prompt(MSG_Host, ftp.xfer_host[
382 sizeof ftp.xfer_host[XFER_HOST(
384 option {src_legend(menu, MSG_Base_dir, ftp.dir);},
385 action { src_prompt(MSG_Base_dir, ftp.dir, sizeof ftp.dir); };
392 option {src_legend(menu, MSG_User, ftp.user);},
393 action { src_prompt(MSG_User, ftp.user, sizeof ftp.user);
394 ftp.pass[0] = 0
    [all...]
  /src/distrib/miniroot/
install.sub 641 # commands into ftp.
644 This is an automated ftp-based installation process. You will be asked
646 that will be fed to ftp(1).
683 echo "The default installation directory in the official ftp server is:"
701 # Build the basics of an ftp-script...
702 echo "#!/bin/sh" > /tmp/ftp-script.sh
703 echo "cd /mnt" >> /tmp/ftp-script.sh
704 echo "ftp -e -i -n $_ftp_server_ip << \__end_commands" >> \
705 /tmp/ftp-script.sh
707 /tmp/ftp-script.s
    [all...]
  /src/dist/pf/
pf2netbsd 100 usr.sbin/ftp-proxy/filter.c
101 usr.sbin/ftp-proxy/filter.h
102 usr.sbin/ftp-proxy/ftp-proxy.8
103 usr.sbin/ftp-proxy/ftp-proxy.c
104 usr.sbin/ftp-proxy/Makefile
  /src/distrib/utils/embedded/files/
ec2_init 64 HOSTNAME=$(ftp -o - -q 2 "${METADATA_URL}${HOSTNAME_URL}")
79 EC2_SSH_KEY=$(ftp -o - -q 2 "${METADATA_URL}${SSH_KEY_URL}")
98 OS_METADATA="$(ftp -o - -q 2 ${OS_METADATA_URL})"
  /src/tests/usr.bin/
Makefile 9 diff dirname error find fstat ftp gcov gdb grep gzip id indent \
  /src/distrib/vax/inst-common/
instbin.conf 8 progs gawk cat chmod chown chroot cp df disklabel ed expr fsck ftp
  /src/usr.sbin/altq/altqd/altq.conf.samples/
cbq.sample0 25 class cbq sr0 ftp bulk borrow pbandwidth 5 red
26 filter sr0 ftp 0 0 0 20 6 # ftp-data
27 filter sr0 ftp 0 20 0 0 6 # ftp-data
cbq.v6 25 class cbq sr0 ftp bulk borrow pbandwidth 10 red
26 filter6 sr0 ftp ::0 0 ::0 20 6 # ftp-data
27 filter6 sr0 ftp ::0 20 ::0 0 6 # ftp-data
  /src/distrib/amiga/floppies/inst-common/
instbin.conf 8 progs gawk cat chmod chown chroot cp dd df disklabel ed expr fsck_ffs ftp

Completed in 22 milliseconds

1 2 3