| /freebsd-13.1/usr.sbin/bsdconfig/share/media/ |
| H A D | ftp.subr | 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. 463 # The username to send via ftp(1) when connecting to an FTP 522 # The unparsed FTP URL representing the server to contact. 527 # The FTP host to connect to. Can be an IPv4 address (e.g., 546 # active active mode FTP only 550 # passive passive mode FTP only 574 f_dprintf "FTP device already initialized." 770 # active active mode FTP only [all …]
|
| H A 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-13.1/usr.sbin/bsdconfig/include/ |
| H A 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
|
| H A D | messages.subr | 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" 234 msg_missing_ftp_host_or_directory="Missing FTP host or directory specification. FTP media not init… 346 msg_reuse_old_ftp_site_selection_values="Re-use old FTP site selection values?" [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A 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() 904 if (!FTP) in checkCall_random() 908 if (FTP->getNumParams() != 0) in checkCall_random() 1027 if (!FTP) in checkUncheckedReturnValue() 1032 if (FTP->getNumParams() != (identifierid < 4 ? 1 : 2)) in checkUncheckedReturnValue() 1036 for (unsigned i = 0; i < FTP->getNumParams(); i++) in checkUncheckedReturnValue() [all …]
|
| /freebsd-13.1/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-13.1/lib/libpam/pam.d/ |
| H A D | Makefile | 29 CONFGROUPS+= FTP 30 FTP+= ftpd
|
| /freebsd-13.1/usr.sbin/newsyslog/newsyslog.conf.d/ |
| H A D | Makefile | 12 CONFGROUPS+= FTP 13 FTP+= ftp.conf
|
| /freebsd-13.1/usr.sbin/syslogd/ |
| H A D | Makefile | 29 CONFGROUPS+= FTP 30 FTP+= ftp.conf
|
| /freebsd-13.1/release/packages/ |
| H A D | Makefile.package | 49 ftp_COMMENT= FTP Utilities 50 ftp_DESC= FTP Utilities 51 ftpd_COMMENT= FTP Daemon 52 ftpd_DESC= FTP Daemon
|
| /freebsd-13.1/sys/netinet/libalias/ |
| H A 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-13.1/contrib/blacklist/diff/ |
| H A D | ftpd.diff | 83 "FTP LOGIN FAILED FROM %s", remoteloghost); 90 "FTP LOGIN FAILED (HOST) as %s: permission denied.",
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 57 const FunctionProtoType *FTP, in arrangeCXXMethodType() argument 59 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD); in arrangeCXXMethodType()
|
| /freebsd-13.1/contrib/opie/ |
| H A 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
|
| H A D | README | 36 * A modified BSD FTP daemon that does OTP. 205 (sorry, but anonymous FTP is no longer available) 274 The OPIE FTP daemon responds with two 530 error messages if you have 276 is a feature, not a bug, as the FTP client is really sending the server two 277 commands (for instance, a PORT and a LIST if you tell your BSD FTP client to do 279 stock BSD FTP daemon doesn't check the PORT commands to see if you are logged 281 standards-compliant FTP client, but there are a number of brain-damaged GUI
|
| /freebsd-13.1/sbin/natd/ |
| H A D | README | 29 3. FTP SITES FOR NATD
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 82 const FunctionProtoType *FTP,
|
| /freebsd-13.1/contrib/file/ |
| H A D | MAINT | 11 of the file command for anonymous FTP, and people all over the
|
| /freebsd-13.1/lib/libfetch/ |
| H A D | ftp.errors | 42 535 PROTO Bug in MediaHawk Video Kernel FTP server
|
| /freebsd-13.1/contrib/tnftp/ |
| H A D | README | 4 `tnftp' is a `port' of the NetBSD FTP client to other systems.
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | FREEBSD-upgrade | 5 The release tarball can be found at GNU FTP sites.
|
| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | BLURB | 4 SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | README.nat | 74 workarounds for FTP and IRC DCC, the most well known of the IP encoding 177 NAT port number. Under very specific circumstances, FTP data 260 IRC and FTP exception handling make reasonable, though not strictly correct 327 - Accepts FTP data connections from other than
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | WhatsNew50.txt | 24 * FTP proxy can be configured to limit data connections to one or many
|