From owner-freebsd-questions Thu Oct 30 13:21:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA11869 for questions-outgoing; Thu, 30 Oct 1997 13:21:10 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from relay4.UU.NET (relay4.UU.NET [192.48.96.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA11863 for ; Thu, 30 Oct 1997 13:21:04 -0800 (PST) (envelope-from bob.webb@snyder.com) Received: from firewall.snyder.com by relay4.UU.NET with SMTP (peer crosschecked as: firewall.snyder.com [208.197.122.2]) id QQdnnx25547; Thu, 30 Oct 1997 16:21:12 -0500 (EST) Received: from BETHHQMAIL ([10.1.12.15]) by firewall.snyder.com via smtpd (for relay4.UU.NET [192.48.96.14]) with SMTP; 30 Oct 1997 21:21:01 UT Received: by BETHHQMAIL with Microsoft Exchange (IMC 4.0.837.3) id <01BCE54F.B8B92610@BETHHQMAIL>; Thu, 30 Oct 1997 16:20:22 -0500 Message-ID: From: Bob Webb To: "'freebsd-questions@freebsd.org'" Subject: tftpd and pre creating files Date: Thu, 30 Oct 1997 16:20:21 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I would like to tftp Cisco router configs to my FreeBSD box. Do I need to touch the file first, then chmod 666 before I tftp, or can tftpd be setup to create the file if it does not exist ? I am able to tftp without creating the file first in AIX, but the man page in BSD tftp says that the file must exist. Is this a "feature" ?? Thanks, Bob/