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 …
...
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.
...