$Header: /tmp_mnt/vol/nwd/tools/media/X11/XP/src/tftp/RCS/README,v 1.2 1991/05/28 16:45:41 paulsh Exp $ TFTP for HP/UX Systems The following information describes how to install TFTP on an HP workstation that does not presently run TFTP. The software is available on an "as-is" basis and is available solely for the purpose of supporting X Station booting font downloading. The software may also work for other UNIX System V installations. The use of the software for other purposes is not guaranteed. This software has been tested on an HP 9000/375 system running Version 6.5 of HP/UX and an HP 9000/400 system running Version 7.03 of HP/UX. Other configurations may be different. The software is distributed on an HP 88140LC cartridge for use in an HP 9144A or compatible tape drive. Do not try to use this tape on an non-HP workstations. To install, perform the following steps: [1] Change to the /usr/tftp directory and run the make file by typing make all. [2] Copy the executables to the /etc directory by typing the following: cp tftp /etc cp tftpd /etc [3] Add the following line in the file: /etc/services tftp 69/udp (This line should appear in numeric order with the rest of the udp daemons.) [4] Add the following line in the file: /etc/inetd.conf tftp dgram udp wait root /etc/tftpd tftpd [5] Restart the network (inetd) daemon by typing: kill -1 (pid of inetd) To test this software you can use the local TFTP command. A sample session is listed below: % tftp tftp>> conn xmarketing tftp>> verbose Verbose mode on. tftp>> trace Packet tracing on. tftp>> get /usr/rickka/.login /tmp/.login sent RRQ <> received DATA <> set ACK <> received DATA <> Received 741 bytes in 1 seconds. tftp>> quit %