From owner-freebsd-questions@FreeBSD.ORG Fri Jul 18 20:30:07 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 8122A37B401 for ; Fri, 18 Jul 2003 20:30:07 -0700 (PDT) Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7BF43F75 for ; Fri, 18 Jul 2003 20:30:07 -0700 (PDT) (envelope-from mbsd@pacbell.net) Received: from atlas ([64.160.45.246]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 HotFix 1.6 (built Oct 18 2002)) with ESMTP id <0HI900FSB5MFGE@mta6.snfc21.pbi.net> for freebsd-questions@freebsd.org; Fri, 18 Jul 2003 20:27:51 -0700 (PDT) Date: Fri, 18 Jul 2003 20:27:47 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= In-reply-to: <3F18B7CC.3040106@tpg.com.au> X-X-Sender: mikko@atlas.home To: Robert Chalmers Message-id: <20030718202557.W489@atlas.home> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT References: <3F18B7CC.3040106@tpg.com.au> cc: freebsd-questions@freebsd.org Subject: Re: looking for http/web copy program - I think 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: Sat, 19 Jul 2003 03:30:07 -0000 On Sat, 19 Jul 2003, Robert Chalmers wrote: > Is there a FreeBSD based app that I can use to bulk copy about 800 .rm > files from one site to another? I really don't want to have to do it one > at a time. ftp isn't available. The only access I have is via the web > port. bummmer but theres no choice You could, for example, use "wget" (ports/ftp/wget). Never mind the "ftp" category - it speaks http too. $.02, /Mikko