Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ tftpd(ADMN) — OpenDesktop 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

tftp(TC)

inetd(ADMN)

inetd.conf(SFF)

services(SFF)


 tftpd(ADMN)                     19 June 1992                     tftpd(ADMN)


 Name

    tftpd - DARPA Trivial File Transfer Protocol server

 Syntax

    /etc/tftpd [ -s ] [ homedir ]

 Description

    tftpd is a server that supports the DARPA Trivial File Transfer Protocol
    (TFTP).  This server is normally started by inetd(ADMN) 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 file.  See inetd.conf(SFF) for details.

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

 Options


    -s   Secure.  When the secure option is 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, tftpd 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.

 Notes

    Due to the limitations of the TFTP protocol, the integrity of the data
    cannot be guaranteed for multiple file transfers using the get or put
    commands.

 See also

    tftp(TC), inetd(ADMN), inetd.conf(SFF), services(SFF), RFC783


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026