Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 93467 invoked from network); 18 Oct 2005 20:17:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2005 20:17:13 -0000 Received: (qmail 23496 invoked by uid 500); 18 Oct 2005 20:17:10 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 22574 invoked by uid 500); 18 Oct 2005 20:17:07 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 22563 invoked by uid 99); 18 Oct 2005 20:17:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 13:17:07 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of carej@us.ibm.com designates 32.97.110.154 as permitted sender) Received: from [32.97.110.154] (HELO e36.co.us.ibm.com) (32.97.110.154) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 13:17:06 -0700 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e36.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id j9IKGgZ9011262 for ; Tue, 18 Oct 2005 16:16:42 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j9IKHZP5538870 for ; Tue, 18 Oct 2005 14:17:35 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id j9IKGg8U014868 for ; Tue, 18 Oct 2005 14:16:42 -0600 Received: from d03nm119.boulder.ibm.com (d03nm119.boulder.ibm.com [9.17.195.145]) by d03av03.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j9IKGgDT014860 for ; Tue, 18 Oct 2005 14:16:42 -0600 In-Reply-To: To: "Ant Users List" MIME-Version: 1.0 Subject: Re: Download set of files under a directory on a HTTP server? X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 From: Jeffrey E Care Message-ID: Date: Tue, 18 Oct 2005 16:17:54 -0400 X-MIMETrack: Serialize by Router on D03NM119/03/M/IBM(Release 6.53HF654 | July 22, 2005) at 10/18/2005 14:17:56, Serialize complete at 10/18/2005 14:17:56 Content-Type: multipart/alternative; boundary="=_alternative 006F64FB8525709E_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 006F64FB8525709E_= Content-Type: text/plain; charset="US-ASCII" HTTP is not a filesystem. Some webservers may be configured to present a filesystem-like view when a directory is selected, but that behavior is not part of the spec. You may be able to use wget to solve your problem, but in general the concept of "downloading a directory" simply doesn't exist in HTTP. JEC -- Jeffrey E. Care (carej@us.ibm.com) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) Rajesh Rajasekaran wrote on 10/18/2005 04:06:09 PM: > How do I download a set of files under a directory on a HTTP server using a > HTTP URL > pointing to that directory. ( no authentication required) > > i tried the task but i was able to download only one file at a time. > > Thanks > Rajesh --=_alternative 006F64FB8525709E_=--