| /freebsd/share/examples/ipfilter/rules/ |
| H A D | ftp-proxy | 1 How to setup FTP proxying using the built in proxy code. 4 NOTE: Currently, the built-in FTP proxy is only available for use with NAT 22 and IP Filter is running on host B. If you want to proxy FTP from A to C
|
| H A D | nat.eg | 10 # For example, to redirect FTP connections through this box, to the local ftp
|
| /freebsd/lib/libpam/pam.d/ |
| H A D | Makefile | 25 CONFGROUPS.${MK_FTP}+= FTP 26 FTP= ftp ftpd macro
|
| H A D | ftp | 3 # ftpd(8), but is provided for compatibility with FTP servers from ports.
|
| /freebsd/usr.sbin/newsyslog/newsyslog.conf.d/ |
| H A D | Makefile | |
| /freebsd/usr.sbin/syslogd/ |
| H A D | Makefile | |
| /freebsd/packages/ftp/ |
| H A D | ftp.ucl | 19 comment = "File Transfer Protocol (FTP) client" 22 The ftp(1) utility connects to a remote system implementing the Internet FTP
|
| /freebsd/usr.sbin/bsdconfig/share/media/ |
| H A D | httpproxy.subr | 128 # Return success if able list a remote FTP directory via HTTP proxy. If 143 # The FTP URL sent to the HTTP proxy server. Unused if 187 # instead of "binary mode" for FTP. The FTP server then translates all 249 # the existence of at least one known FTP server release path via HTTP proxy 261 # The FTP URL to send to the HTTP proxy server. Usually set by 332 # Returns data from $file on an FTP server via HTTP proxy using nc(1). Please 350 # URL (including "ftp://" protocol-prefix) of FTP directory to
|
| /freebsd/sys/netinet/libalias/ |
| H A D | HISTORY | 40 - Accepts FTP data connections from other than 45 - Checksum error on FTP transfers. Problem 126 bypass of FTP/IRC DCC data connections. Also added 139 FTP servers in passive mode.
|
| /freebsd/contrib/blocklist/diff/ |
| H A D | ftpd.diff | 83 "FTP LOGIN FAILED FROM %s", remoteloghost); 90 "FTP LOGIN FAILED (HOST) as %s: permission denied.",
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 55 const FunctionProtoType *FTP, in arrangeCXXMethodType() argument 57 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD); in arrangeCXXMethodType()
|
| H A D | CodeGenTypes.h | 273 const FunctionProtoType *FTP,
|
| /freebsd/packages/fetch/ |
| H A D | fetch.ucl | 23 HTTP or FTP. fetch(1) includes support for TLS, HTTP proxies, .netrc
|
| /freebsd/packages/natd/ |
| H A D | natd.ucl | 26 available in ipfw, such as Application Level Gateway (ALG) for the FTP
|
| /freebsd/sbin/natd/ |
| H A D | README | 28 3. FTP SITES FOR NATD
|
| /freebsd/contrib/file/ |
| H A D | MAINT | 11 of the file command for anonymous FTP, and people all over the
|
| /freebsd/contrib/ncurses/ |
| H A D | FREEBSD-upgrade | 3 The release tarball can be found at GNU FTP sites.
|
| /freebsd/contrib/tnftp/ |
| H A D | README | 4 `tnftp' is a `port' of the NetBSD FTP client to other systems.
|
| /freebsd/lib/libfetch/ |
| H A D | ftp.errors | 41 535 PROTO Bug in MediaHawk Video Kernel FTP server
|
| /freebsd/contrib/tcp_wrappers/ |
| H A D | BLURB | 4 SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 75 const FunctionProtoType *FTP,
|
| /freebsd/usr.sbin/bsdconfig/include/ |
| H A D | messages.subr | 71 …match what's\navailable on %s (or set to \"any\").\n\nWould you like to select another FTP server?" 83 …ety of different installation\nmedia, ranging from floppies to an Internet FTP server. If you're\… 146 msg_ftp="FTP" 147 msg_ftp_desc="FTP client and server utilities." 170 msg_install_from_an_ftp_server_thru_proxy="Install from an FTP server through an HTTP proxy" 382 … is not available\non the distribution media you've chosen, most likely an FTP site\nwithout the p…
|
| /freebsd/usr.sbin/ppp/ |
| H A D | README.nat | 72 workarounds for FTP and IRC DCC, the most well known of the IP encoding 175 NAT port number. Under very specific circumstances, FTP data 258 IRC and FTP exception handling make reasonable, though not strictly correct 325 - Accepts FTP data connections from other than
|
| /freebsd/share/doc/psd/21.ipc/ |
| H A D | spell.ok | 36 FTP
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3686 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in convertFunctionTypeOfBlocks() local 3693 if (FTP) { in convertFunctionTypeOfBlocks() 3694 for (auto &I : FTP->param_types()) { in convertFunctionTypeOfBlocks() 3747 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); in SynthesizeBlockCall() local 3760 if (FTP) { in SynthesizeBlockCall() 3761 for (auto &I : FTP->param_types()) { in SynthesizeBlockCall() 3947 const FunctionProtoType *FTP; in PointerTypeTakesAnyBlockArguments() local 3950 FTP = PT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments() 3954 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>(); in PointerTypeTakesAnyBlockArguments() 3956 if (FTP) { in PointerTypeTakesAnyBlockArguments() [all …]
|