|
|
1.1 ! root 1: .\" Copyright (c) 1983 The Regents of the University of California. ! 2: .\" All rights reserved. ! 3: .\" ! 4: .\" Redistribution and use in source and binary forms are permitted provided ! 5: .\" that: (1) source distributions retain this entire copyright notice and ! 6: .\" comment, and (2) distributions including binaries display the following ! 7: .\" acknowledgement: ``This product includes software developed by the ! 8: .\" University of California, Berkeley and its contributors'' in the ! 9: .\" documentation or other materials provided with the distribution and in ! 10: .\" all advertising materials mentioning features or use of this software. ! 11: .\" Neither the name of the University nor the names of its contributors may ! 12: .\" be used to endorse or promote products derived from this software without ! 13: .\" specific prior written permission. ! 14: .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED ! 15: .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF ! 16: .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ! 17: .\" ! 18: .\" @(#)tftpd.8 6.5 (Berkeley) 6/24/90 ! 19: .\" ! 20: .TH TFTPD 8 "June 24, 1990" ! 21: .UC 5 ! 22: .SH NAME ! 23: tftpd \- DARPA Trivial File Transfer Protocol server ! 24: .SH SYNOPSIS ! 25: .B tftpd ! 26: [ directory ... ] ! 27: .SH DESCRIPTION ! 28: .I Tftpd ! 29: is a server which supports the DARPA Trivial File Transfer ! 30: Protocol. ! 31: The TFTP server operates ! 32: at the port indicated in the ``tftp'' service description; ! 33: see ! 34: .IR services (5). ! 35: The server is normally started by ! 36: .IR inetd (8). ! 37: .PP ! 38: The use of ! 39: .I tftp ! 40: does not require an account or password on the remote system. ! 41: Due to the lack of authentication information, ! 42: .I tftpd ! 43: will allow only publicly readable files to be ! 44: accessed. ! 45: Files may be written only if they already exist and are publicly writable. ! 46: Note that this extends the concept of ``public'' to include ! 47: all users on all hosts that can be reached through the network; ! 48: this may not be appropriate on all systems, and its implications ! 49: should be considered before enabling tftp service. ! 50: The server should have the user ID with the lowest possible privilege. ! 51: .PP ! 52: Access to files may be restricted by invoking ! 53: .I tftpd ! 54: with a list of directories by including pathnames ! 55: as server program arguments in ! 56: .IR /etc/inetd.conf . ! 57: In this case access is restricted to files whose ! 58: names are prefixed by the one of the given directories. ! 59: .SH "SEE ALSO" ! 60: tftp(1), inetd(8)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.