1ea022d16SRodney W. Grimes.\" Copyright (c) 1983, 1991, 1993 2ea022d16SRodney W. Grimes.\" The Regents of the University of California. All rights reserved. 3ea022d16SRodney W. Grimes.\" 4ea022d16SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without 5ea022d16SRodney W. Grimes.\" modification, are permitted provided that the following conditions 6ea022d16SRodney W. Grimes.\" are met: 7ea022d16SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright 8ea022d16SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer. 9ea022d16SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright 10ea022d16SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer in the 11ea022d16SRodney W. Grimes.\" documentation and/or other materials provided with the distribution. 12ea022d16SRodney W. Grimes.\" 3. All advertising materials mentioning features or use of this software 13ea022d16SRodney W. Grimes.\" must display the following acknowledgement: 14ea022d16SRodney W. Grimes.\" This product includes software developed by the University of 15ea022d16SRodney W. Grimes.\" California, Berkeley and its contributors. 16ea022d16SRodney W. Grimes.\" 4. Neither the name of the University nor the names of its contributors 17ea022d16SRodney W. Grimes.\" may be used to endorse or promote products derived from this software 18ea022d16SRodney W. Grimes.\" without specific prior written permission. 19ea022d16SRodney W. Grimes.\" 20ea022d16SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 21ea022d16SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22ea022d16SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23ea022d16SRodney W. Grimes.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 24ea022d16SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25ea022d16SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26ea022d16SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27ea022d16SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28ea022d16SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29ea022d16SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30ea022d16SRodney W. Grimes.\" SUCH DAMAGE. 31ea022d16SRodney W. Grimes.\" 32ea022d16SRodney W. Grimes.\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93 33229494cbSMike Pritchard.\" $FreeBSD$ 34ea022d16SRodney W. Grimes.\" 3567c31d50SGarrett Wollman.Dd September 14, 2000 36ea022d16SRodney W. Grimes.Dt TFTPD 8 37ea022d16SRodney W. Grimes.Os BSD 4.2 38ea022d16SRodney W. Grimes.Sh NAME 39ea022d16SRodney W. Grimes.Nm tftpd 40ea022d16SRodney W. Grimes.Nd 41ea022d16SRodney W. GrimesInternet Trivial File Transfer Protocol server 42ea022d16SRodney W. Grimes.Sh SYNOPSIS 43a8faeabcSPhilippe Charnier.Nm /usr/libexec/tftpd 44f62eaadfSGarrett Wollman.Op Fl ln 458ea31785SWarner Losh.Op Fl s Ar directory 46f62eaadfSGarrett Wollman.Op Fl u Ar user 47ea022d16SRodney W. Grimes.Op Ar directory ... 48ea022d16SRodney W. Grimes.Sh DESCRIPTION 49ea022d16SRodney W. Grimes.Nm Tftpd 50ea022d16SRodney W. Grimesis a server which supports the 51ea022d16SRodney W. GrimesInternet Trivial File Transfer 52f62eaadfSGarrett WollmanProtocol 53f62eaadfSGarrett Wollman.Pq Tn RFC 1350 . 54ea022d16SRodney W. GrimesThe 55ea022d16SRodney W. Grimes.Tn TFTP 56ea022d16SRodney W. Grimesserver operates 57ea022d16SRodney W. Grimesat the port indicated in the 58ea022d16SRodney W. Grimes.Ql tftp 59ea022d16SRodney W. Grimesservice description; 60ea022d16SRodney W. Grimessee 61ea022d16SRodney W. Grimes.Xr services 5 . 62ea022d16SRodney W. GrimesThe server is normally started by 63ea022d16SRodney W. Grimes.Xr inetd 8 . 64ea022d16SRodney W. Grimes.Pp 65ea022d16SRodney W. GrimesThe use of 66ea022d16SRodney W. Grimes.Xr tftp 1 67ea022d16SRodney W. Grimesdoes not require an account or password on the remote system. 68ea022d16SRodney W. GrimesDue to the lack of authentication information, 69a8faeabcSPhilippe Charnier.Nm 70ea022d16SRodney W. Grimeswill allow only publicly readable files to be 71ea022d16SRodney W. Grimesaccessed. 7220271f30SWarner LoshFiles containing the string ``/\|\fB.\|.\fP\|/'' or starting with 7320271f30SWarner Losh``\|\fB.\|.\fP\|/'' are not allowed. 74ea022d16SRodney W. GrimesFiles may be written only if they already exist and are publicly writable. 75ea022d16SRodney W. GrimesNote that this extends the concept of 76ea022d16SRodney W. Grimes.Dq public 77ea022d16SRodney W. Grimesto include 78ea022d16SRodney W. Grimesall users on all hosts that can be reached through the network; 79ea022d16SRodney W. Grimesthis may not be appropriate on all systems, and its implications 80ea022d16SRodney W. Grimesshould be considered before enabling tftp service. 81ea022d16SRodney W. GrimesThe server should have the user ID with the lowest possible privilege. 82ea022d16SRodney W. Grimes.Pp 83ea022d16SRodney W. GrimesAccess to files may be restricted by invoking 84a8faeabcSPhilippe Charnier.Nm 85ea022d16SRodney W. Grimeswith a list of directories by including up to 20 pathnames 86ea022d16SRodney W. Grimesas server program arguments in 87ea022d16SRodney W. Grimes.Pa /etc/inetd.conf . 88ea022d16SRodney W. GrimesIn this case access is restricted to files whose 89ea022d16SRodney W. Grimesnames are prefixed by the one of the given directories. 90ea022d16SRodney W. GrimesThe given directories are also treated as a search path for 91ea022d16SRodney W. Grimesrelative filename requests. 92ea022d16SRodney W. Grimes.Pp 93f62eaadfSGarrett WollmanThe 94a8faeabcSPhilippe Charnier.Fl s 95f62eaadfSGarrett Wollmanoption provides additional security by changing 96f62eaadfSGarrett Wollman.Nm tftpd Ns No 's 97f62eaadfSGarrett Wollmanroot directory, thereby prohibiting accesses outside of the specified 98f62eaadfSGarrett Wollman.Ar directory . 99f62eaadfSGarrett WollmanBecause 100f62eaadfSGarrett Wollman.Xr chroot 2 101f62eaadfSGarrett Wollmanrequires super-user privileges, 102a8faeabcSPhilippe Charnier.Nm 103f62eaadfSGarrett Wollmanmust be run as root. 104f62eaadfSGarrett WollmanHowever, after performing the 105f62eaadfSGarrett Wollman.Fn chroot , 106a8faeabcSPhilippe Charnier.Nm 107f62eaadfSGarrett Wollmanwill set its user id to that of the specified 108f62eaadfSGarrett Wollman.Ar user , 109f62eaadfSGarrett Wollmanor 110f62eaadfSGarrett Wollman.Dq nobody 111f62eaadfSGarrett Wollmanif no 112f62eaadfSGarrett Wollman.Fl u 113f62eaadfSGarrett Wollmanoption is specified. 1148ea31785SWarner Losh.Pp 115ea022d16SRodney W. GrimesThe options are: 116ea022d16SRodney W. Grimes.Bl -tag -width Ds 117ea022d16SRodney W. Grimes.It Fl l 118a8faeabcSPhilippe CharnierLog all requests using 1193dead0b6SJoseph Koshy.Xr syslog 3 120f62eaadfSGarrett Wollmanwith the facility of 121f62eaadfSGarrett Wollman.Dv LOG_FTP . 122f62eaadfSGarrett WollmanNote: Logging of 123f62eaadfSGarrett Wollman.Dv LOG_FTP 124f62eaadfSGarrett Wollmanmessages 125f62eaadfSGarrett Wollmanmust also be enabled in the syslog configuration file, 1263dead0b6SJoseph Koshy.Xr syslog.conf 5 . 127ea022d16SRodney W. Grimes.It Fl n 128a8faeabcSPhilippe CharnierSuppress negative acknowledgement of requests for nonexistent 129ea022d16SRodney W. Grimesrelative filenames. 1308ea31785SWarner Losh.It Fl s Ar directory 131a8faeabcSPhilippe CharnierCause 132a8faeabcSPhilippe Charnier.Nm 133f62eaadfSGarrett Wollmanto change its root directory to 134f62eaadfSGarrett Wollman.Pa directory . 135f62eaadfSGarrett WollmanAfter changing roots but before accepting commands, 136a8faeabcSPhilippe Charnier.Nm 137f62eaadfSGarrett Wollmanwill switch credentials to an unprivileged user. 138f62eaadfSGarrett Wollman.It Fl u Ar user 139f62eaadfSGarrett WollmanSwitch credentials to 140f62eaadfSGarrett Wollman.Ar user 141f62eaadfSGarrett Wollman(default 142f62eaadfSGarrett Wollman.Dq nobody ) 143f62eaadfSGarrett Wollmanwhen the 144f62eaadfSGarrett Wollman.Fl s 145f62eaadfSGarrett Wollmanoption is used. 146f62eaadfSGarrett WollmanThe user must be specified by name, not a numeric UID. 147ea022d16SRodney W. Grimes.El 148ea022d16SRodney W. Grimes.Sh SEE ALSO 149ea022d16SRodney W. Grimes.Xr tftp 1 , 150f62eaadfSGarrett Wollman.Xr chroot 2 , 1513dead0b6SJoseph Koshy.Xr inetd 8 , 1523dead0b6SJoseph Koshy.Xr syslogd 8 153f62eaadfSGarrett Wollman.Rs 154f62eaadfSGarrett Wollman.%A K. R. Sollins 155f62eaadfSGarrett Wollman.%T The TFTP Protocol (Revision 2) 156f62eaadfSGarrett Wollman.%D July 1992 157f62eaadfSGarrett Wollman.%O RFC 1350, STD 33 158f62eaadfSGarrett Wollman.Re 159ea022d16SRodney W. Grimes.Sh HISTORY 160ea022d16SRodney W. GrimesThe 161ea022d16SRodney W. Grimes.Nm 162ea022d16SRodney W. Grimescommand appeared in 16367c31d50SGarrett Wollman.Bx 4.2 ; 16467c31d50SGarrett Wollmanthe 16567c31d50SGarrett Wollman.Fl s 16667c31d50SGarrett Wollmanoption was introduced in 16767c31d50SGarrett Wollman.Fx 2.2 , 16867c31d50SGarrett Wollmanand the 16967c31d50SGarrett Wollman.Fl u 17067c31d50SGarrett Wollmanoption was introduced in 17167c31d50SGarrett Wollman.Fx 4.2 . 172