From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 20:45:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E52DD16A4CE for ; Tue, 28 Oct 2003 20:45:33 -0800 (PST) Received: from priv-edtnes14-hme0.telusplanet.net (outbound03.telus.net [199.185.220.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B7943FDD for ; Tue, 28 Oct 2003 20:45:32 -0800 (PST) (envelope-from viktorlazlo@telus.net) Received: from njamn8or ([66.183.123.52]) by priv-edtnes14-hme0.telusplanet.net (InterMail vM.6.00.05.00 201-2115-109-20030812) with ESMTP <20031029044531.PFON22394.priv-edtnes14-hme0.telusplanet.net@njamn8or>; Tue, 28 Oct 2003 21:45:31 -0700 Date: Tue, 28 Oct 2003 20:45:05 -0800 (PST) From: Viktor Lazlo X-X-Sender: viktorlazlo@d66-183-123-52.bchsia.telus.net To: MPAREDES@telmex.com In-Reply-To: Message-ID: <20031028204315.R1933@d66-183-123-52.bchsia.telus.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: trodat@ultratrends.com cc: FreeBSD-Questions@freebsd.org cc: end@endif.cjb.net Subject: RE: ftp with user root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 04:45:34 -0000 On Tue, 28 Oct 2003 MPAREDES@telmex.com wrote: > > Hi Robin and Director: > > The situation is, I have 3 servers, now sun, but planning to > change them to FreeBSD, so right now I have a program in FoxPro > to administer the database of diskless, with this program I > generate the bootptab and download periodically to the servers > in case of somebody modify the file in one of the servers and > don't notify me (I am not the only administrator). > > The program in FoxPro and the ftp is run in a windows, so I > can't use sftp, nfs, etc.. Putty and various other Windows ssh-packages will allow you to use sftp/scp from a Windows workstation to transfer your file, then ssh in to make any further changes necessary. Cheers, Viktor