From owner-freebsd-isp Wed Mar 7 7:54:36 2001 Delivered-To: freebsd-isp@freebsd.org Received: from crdras.crd.ge.COM (crdras.crd.GE.COM [192.35.44.7]) by hub.freebsd.org (Postfix) with ESMTP id 950D137B71A for ; Wed, 7 Mar 2001 07:54:30 -0800 (PST) (envelope-from lapinski@crd.ge.com) Received: from crdras.crd.ge.COM (localhost [127.0.0.1]) by crdras.crd.ge.COM (18xxx/8.9.3/8.9.3) with ESMTP id KAA12296 for ; Wed, 7 Mar 2001 10:54:29 -0500 (EST) Received: from crdns.crd.ge.com (crdns [3.1.7.107]) by crdras.crd.ge.COM (25/8.9.3/8.9.3) with ESMTP id KAA12292; Wed, 7 Mar 2001 10:54:28 -0500 (EST) Received: from exc01crdge.crd.ge.com (exc01crdge.crd.ge.com [3.1.116.47]) by crdns.crd.ge.com (8.9.3/8.9.3) with ESMTP id KAA22044; Wed, 7 Mar 2001 10:54:31 -0500 (EST) Received: by exc01crdge.crd.ge.com with Internet Mail Service (5.5.2448.0) id ; Wed, 7 Mar 2001 10:54:26 -0500 Message-ID: From: "Lapinski, Michael (CRD)" To: "'Benoit Rossier'" , Tom Samplonius Cc: isp@FreeBSD.ORG Subject: RE: tftpd upload question Date: Wed, 7 Mar 2001 10:54:26 -0500 X-Mailer: Internet Mail Service (5.5.2448.0) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would recommend modifying the TFTPD source code to do what you want. Its implementation is fairly trivial and adding the feature to create a file that doesnt exist(instead of giving an error) should be a few lines of code. You should note doing so will allow anyone to create any size files on your tftp server. -mtl -----Original Message----- From: Benoit Rossier [mailto:benoit.rossier@mcnet.ch] Sent: Wednesday, March 07, 2001 4:37 AM To: Tom Samplonius Cc: isp@FreeBSD.ORG Subject: Re: tftpd upload question > > Hi, > > > > I would like to know how I can setup tftpd to > > accept upload with new files? I want that tftpd > > create the file on the server intead of saying > > that the file doesn't exist. Has anyone found a > > solution? > > > > thanks, > > ben > > I've set this up before. It was very straightforward. If you run tftpd >with "-s", the directory you are trying to upload to must be writable by >nobody. I tried that but it doesn't works... :-( any other suggestions? ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message