DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

tftpd(1Mtcp)


tftpd -- DARPA Trivial File Transfer Protocol server

Synopsis

in.tftpd [-s] [homedir]

Description

tftpd is a server that supports the DARPA Trivial File Transfer Protocol (TFTP).

Options


-s
Secure. When specified, the directory change must succeed; and the daemon also changes its root directory to homedir.

The use of tftp does not require an account or password on the remote system. Due to the lack of authentication information, tftp will allow only publicly readable files to be accessed. Files may 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 appropriate on all systems, and its implications should be considered before enabling this service.

Note that tftpd runs with the user ID and group ID set to [GU]ID_NOBODY, under the assumption that no files exist with that owner or group. However, nothing checks this assumption or enforces this restriction.

Usage

tftpd is normally started by inetd(1Mtcp), and operates at the port indicated in the tftp Internet service description in the /etc/inetd.conf file.

By default, the entry for tftpd in /etc/inetd.conf is commented out. To make tftpd operational, the comment character(s) must be deleted from the tftpd entry. See inetd.conf(4tcp) for details.

Before responding to a request, the server attempts to change its current directory to homedir; the default value is /tftpboot.

References

inetd(1Mtcp), netconfig(4bnu), tftp(1tcp)

RFC 783


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004