AUTHPF(8) - System Manager’s Manual # AUTHPF(8) - System Manager’s Manual
NAME # authpf, authpf-noip - authenticating gateway user shell
SYNOPSIS # authpf
authpf-noip
DESCRIPTION # authpf is a user shell for authenticating gateways. It is used to change pf(4) rules when a user authenticates and starts a session with sshd(8) and to undo these changes when the user’s session exits. Typical use would be for a gateway that authenticates users before allowing them Internet use, or a gateway that allows different users into different places.
...
Editline,
Popen,
Editrc,
Proxy,
Ftpd,
Getservbyname,
Stty,
Services,
Tftp,
Basename,
Csh,
More,
Tar,
Ftp FTP(1) - General Commands Manual # FTP(1) - General Commands Manual
NAME # ftp - Internet file transfer program
SYNOPSIS # ftp [-46AadEegiMmnptVv] [-D title] [-k seconds] [-P port] [-r seconds] [-s sourceaddr] [host [port]]
ftp [-C] [-N name] [-o output] [-s sourceaddr] ftp://[user:password@]host[:port]/file[/] …
ftp [-CTu] [-c cookie] [-N name] [-o output] [-S ssl_options] [-s sourceaddr] [-U useragent] [-w seconds] http[s]://[user:password@]host[:port]/file …
ftp [-C] [-N name] [-o output] [-s sourceaddr] file:file …
...
Who,
Syslogd,
Login.conf,
Login,
Chroot,
Proxy,
Sysctl,
Shells,
Inetd,
Pwd_mkdb,
Motd,
Services,
Ftp,
Ctime,
Group,
Skey,
Ftpd FTPD(8) - System Manager’s Manual # FTPD(8) - System Manager’s Manual
NAME # ftpd - Internet File Transfer Protocol server
SYNOPSIS # ftpd [-46ADdlMnPSUW] [-m minuid] [-T maxtimeout] [-t timeout] [-u mask]
DESCRIPTION # ftpd is the Internet File Transfer Protocol server process. The server uses the TCP protocol and listens at the port specified in the “ftp” service specification; see services(5).
The options are as follows:
-4
When -D is specified, forces ftpd to use IPv4 addresses only.
...
INETD(8) - System Manager’s Manual # INETD(8) - System Manager’s Manual
NAME # inetd, inetd.conf - internet super-server
SYNOPSIS # inetd [-d] [-RÂ rate] [configuration_file]
DESCRIPTION # inetd should be run at boot time by /etc/rc (see rc(8)). It then listens for connections on certain internet sockets. When a connection is found on one of its sockets, it decides what service the socket corresponds to, and invokes a program to service the request.
...
PFCTL(8) - System Manager’s Manual # PFCTL(8) - System Manager’s Manual
NAME # pfctl - control the packet filter (PF) device
SYNOPSIS # pfctl [-deghNnPqrvz] [-a anchor] [-D macro=value] [-F modifier] [-f file] [-i interface] [-K key] [-k key] [-L statefile] [-o level] [-p device] [-S statefile] [-s modifier [-R id]] [-t table -T command [address …]] [-V rdomain] [-x level]
DESCRIPTION # The pfctl utility communicates with the packet filter device using the ioctl interface described in pf(4).
...
TFTP-PROXY(8) - System Manager’s Manual # TFTP-PROXY(8) - System Manager’s Manual
NAME # tftp-proxy - Internet Trivial File Transfer Protocol proxy
SYNOPSIS # tftp-proxy [-46dv] [-a address] [-l address] [-p port] [-w transwait]
DESCRIPTION # tftp-proxy is a proxy for the Internet Trivial File Transfer Protocol. TFTP connections should be redirected to the proxy using a pf(4) rule using the divert-to option, after which the proxy connects to the server on behalf of the client.
...
TFTP(1) - General Commands Manual # TFTP(1) - General Commands Manual
NAME # tftp - trivial file transfer program
SYNOPSIS # tftp [host [port]]
DESCRIPTION # tftp is the user interface to the Internet TFTP (Trivial File Transfer Protocol), which allows users to transfer files to and from a remote machine. The remote host and port may be specified on the command line, in which case tftp uses them as the default for future transfers (see the connect command below).
...
TFTPD(8) - System Manager’s Manual # TFTPD(8) - System Manager’s Manual
NAME # tftpd - Trivial File Transfer Protocol daemon
SYNOPSIS # tftpd [-46cdivw] [-l address] [-p port] [-r socket] directory
DESCRIPTION # tftpd is a server which implements the Trivial File Transfer Protocol.
The use of tftp(1) does not require an account or password on the remote system. Due to the lack of authentication information, tftpd will allow only publicly readable files to be accessed.
...