| /freebsd-12-stable/usr.sbin/bsdconfig/share/media/ |
| D | ftp.subr | 65 # Prompt the user to select from a range of ``built-in'' FTP servers or specify 219 # Return success if we both found and set the media type to be an FTP server. 224 # (user is prompted to enter FTP URL). If a URL, can optionally 242 # The FTP host to connect to, parsed from VAR_FTP_PATH. In the 310 # Set the name of the FTP device to the URL 436 # Wrapper to f_media_set_ftp to access FTP servers actively. 446 # Wrapper to f_media_set_ftp to access FTP servers passively. 457 # be used to communicate with the FTP servers. Returns success if the user does 463 # The username to send via ftp(1) when connecting to an FTP 489 # Brings up attached network device, if any - takes FTP device as arg. [all …]
|
| D | httpproxy.subr | 130 # Return success if able list a remote FTP directory via HTTP proxy. If 145 # The FTP URL sent to the HTTP proxy server. Unused if 189 # instead of "binary mode" for FTP. The FTP server then translates all 251 # the existence of at least one known FTP server release path via HTTP proxy 263 # The FTP URL to send to the HTTP proxy server. Usually set by 334 # Returns data from $file on an FTP server via HTTP proxy using nc(1). Please 352 # URL (including "ftp://" protocol-prefix) of FTP directory to
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | CheckSecuritySyntaxOnly.cpp | 860 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local 861 if (!FTP) in checkCall_rand() 864 if (FTP->getNumParams() == 1) { in checkCall_rand() 867 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() 873 } else if (FTP->getNumParams() != 0) in checkCall_rand() 903 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local 904 if (!FTP) in checkCall_random() 908 if (FTP->getNumParams() != 0) in checkCall_random() 1026 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local 1027 if (!FTP) in checkUncheckedReturnValue() [all …]
|
| /freebsd-12-stable/usr.sbin/bsdconfig/include/ |
| D | media.hlp | 26 FTP Get the distribution files from an anonymous ftp server 28 you may invoke FTP in "Active"/"Passive" auto-mode, or 33 for firewalls which block all FTP connections. 35 If you chose to enter your own URL in the FTP menu, please
|
| D | messages.subr | 72 …match what's\navailable on %s (or set to \"any\").\n\nWould you like to select another FTP server?" 86 …ety of different installation\nmedia, ranging from floppies to an Internet FTP server. If you're\… 99 msg_couldnt_connect_to_ftp_server="Couldn't connect to FTP server" 102 msg_couldnt_open_ftp_connection="Couldn't open FTP connection to %s:\n %s." 153 msg_ftp="FTP" 154 msg_ftp_desc="FTP client and server utilities." 155 msg_ftp_passive="FTP Passive" 156 msg_ftp_username="FTP username" 180 msg_install_from_an_ftp_server="Install from an FTP server" 181 msg_install_from_an_ftp_server_thru_firewall="Install from an FTP server through a firewall" [all …]
|
| /freebsd-12-stable/share/examples/ipfilter/rules/ |
| 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
|
| D | nat.eg | 10 # For example, to redirect FTP connections through this box, to the local ftp
|
| /freebsd-12-stable/lib/libpam/pam.d/ |
| D | Makefile | 27 CONFGROUPS+= FTP 28 FTP+= ftpd
|
| /freebsd-12-stable/sys/netinet/libalias/ |
| D | HISTORY | 41 - Accepts FTP data connections from other than 46 - Checksum error on FTP transfers. Problem 127 bypass of FTP/IRC DCC data connections. Also added 140 FTP servers in passive mode.
|
| /freebsd-12-stable/usr.sbin/pc-sysinstall/doc/ |
| D | help-index | 40 Returns a listing of the available FTP mirrors 55 Retrieves the list of packages from an FTP mirror 61 Set FTP mirror
|
| /freebsd-12-stable/contrib/opie/ |
| D | INSTALL | 102 --enable-anonymous-ftp Enable anonymous FTP support 103 By default, the OPIE FTP daemon does not support anonymous FTP 104 service. The FTP daemon contains many security related bug fixes 106 intended to be used for anonymous FTP, where it is more open to the 108 will once again support anonymous FTP, but it probably isn't secure
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenABITypes.cpp | 57 const FunctionProtoType *FTP, in arrangeCXXMethodType() argument 59 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD); in arrangeCXXMethodType()
|
| /freebsd-12-stable/contrib/blacklist/diff/ |
| D | ftpd.diff | 83 "FTP LOGIN FAILED FROM %s", remoteloghost); 90 "FTP LOGIN FAILED (HOST) as %s: permission denied.",
|
| /freebsd-12-stable/usr.sbin/pc-sysinstall/examples/ |
| D | pcinstall.cfg.upgrade | 13 # Set if we are installing via optical, USB, or FTP
|
| D | pcinstall.cfg.rsync | 31 # Set if we are installing via optical, USB, or FTP
|
| D | pcinstall.cfg.gmirror | 26 # Set if we are installing via optical, USB, or FTP
|
| D | pcinstall.cfg.netinstall | 38 # Set if we are installing via optical, USB, or FTP
|
| D | pcinstall.cfg.restore | 25 # Set if we are installing via optical, USB, or FTP
|
| D | pcinstall.cfg.fbsd-netinstall | 38 # Set if we are installing via optical, USB, or FTP
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | contribute.texi | 12 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
|
| /freebsd-12-stable/sbin/natd/ |
| D | README | 29 3. FTP SITES FOR NATD
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/ |
| D | CodeGenABITypes.h | 82 const FunctionProtoType *FTP,
|
| /freebsd-12-stable/contrib/file/ |
| D | MAINT | 11 of the file command for anonymous FTP, and people all over the
|
| /freebsd-12-stable/contrib/tnftp/ |
| D | README | 4 `tnftp' is a `port' of the NetBSD FTP client to other systems.
|
| /freebsd-12-stable/lib/libfetch/ |
| D | ftp.errors | 42 535 PROTO Bug in MediaHawk Video Kernel FTP server
|