osf1 man page for tftpd

Query: tftpd

OS: osf1

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

tftpd(8)						      System Manager's Manual							  tftpd(8)

NAME
tftpd - The DARPA Trivial File Transfer Protocol (TFTP) server
SYNOPSIS
/usr/sbin/tftpd [-b] [-d] [-r pathname] [-t interval] [directory ...]
FLAGS
Instructs tftpd to not respond to broadcast requests. Specifies that the name of the file and other debug information is sent to syslogd. Specifies the relative pathname a user can specify to transfer a file that has no path associated with it. For example, -r /tmp/tftp causes /tmp/tftp to be prefixed to a file that has no path and the file is copied to and from the directory /tmp/tftp. Only one directory path can be specified with this option. Specifies the amount of time, in seconds, that tftpd waits before it recognizing a connection timeout. The default interval is 25 seconds.
DESCRIPTION
The tftpd daemon is a server that supports the DARPA (Defense Advanced Research Projects Agency) Trivial File Transfer Protocol. The TFTP server operates at the port indicated in the tftp service description; see services(4). The server is normally started by inetd(8). The use of tftp 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. Files can be written only if they already exist and are publicly writable. Note that this extends the concept of ``public'' to include all users on all hosts that can be reached through the network; this may not be appropri- ate on all systems, and its implication should be considered before enabling tftp service. The server should have the user ID with the lowest possible privilege. Access to files may be restricted by invoking tftpd with a list of directories and including pathnames as server program arguments in /etc/inetd.conf. In this case, access is restricted to files whose names are prefixed by the one of the given directories. The tftpd daemon validates the files that it has to transfer against the /etc/tftptab file. If you are transferring files that are not pub- licly readable or not in the directories listed on the command line, you must make certain that those files are listed in the /etc/tftptab file.
RESTRICTION
The maximum number of directories allowed in the directory list are 62. The maximum number of files allowed in /etc/tftptab file is 256.
FILES
Specifies the command path
RELATED INFORMATION
Commands: tftp(1) Daemons: inetd(8) delim off tftpd(8)
Related Man Pages
tftpd(8) - osf1
tftpd(1m) - debian
in.tftpd(1m) - plan9
in.tftpd(1m) - x11r4
in.tftpd(1m) - minix
Similar Topics in the Unix Linux Community
TFTP setup
tftp daemon error
Find files in Directories
Need to change two words in a line using shell script.
How to Transfer a LIST of FILES?