From dev-return-18341-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Apr 22 08:34:39 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 34433 invoked from network); 22 Apr 2008 08:34:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2008 08:34:39 -0000 Received: (qmail 28619 invoked by uid 500); 22 Apr 2008 08:34:39 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 28589 invoked by uid 500); 22 Apr 2008 08:34:39 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 28578 invoked by uid 99); 22 Apr 2008 08:34:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 01:34:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anchela@day.com designates 62.192.10.254 as permitted sender) Received: from [62.192.10.254] (HELO goobak01.day.com) (62.192.10.254) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 08:33:54 +0000 Received: by goobak01.day.com (Postfix, from userid 1212) id 9F26B5086E; Tue, 22 Apr 2008 10:33:19 +0200 (CEST) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by goobak01.day.com (Postfix) with ESMTP id 3F2A25085D for ; Tue, 22 Apr 2008 10:33:19 +0200 (CEST) Received: by py-out-1112.google.com with SMTP id f47so2322596pye.8 for ; Tue, 22 Apr 2008 01:34:06 -0700 (PDT) Received: by 10.35.78.9 with SMTP id f9mr12401759pyl.47.1208853245720; Tue, 22 Apr 2008 01:34:05 -0700 (PDT) Received: from ?10.0.0.108? ( [62.192.10.254]) by mx.google.com with ESMTPS id z38sm6733064pyg.44.2008.04.22.01.34.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Apr 2008 01:34:05 -0700 (PDT) Message-ID: <480DA365.7040300@day.com> Date: Tue, 22 Apr 2008 10:35:49 +0200 From: Angela Schreiber User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: webdav api References: <60d6743e0804210135pf156f78i6c29e2362cc9e896@mail.gmail.com> <480D9C87.7090502@day.com> <60d6743e0804220118j70da587cueaf259770063b5a5@mail.gmail.com> In-Reply-To: <60d6743e0804220118j70da587cueaf259770063b5a5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hi > In fact I want to retrieve and strore files to a IIS remote server. > At this time I'm trying to use a lightweight library (httpClient 3.1 from > apache) in order to do that. > But I don't now which library is usefull for doing that. unless you want to use a complete dav-client library (such as the one provided by the retired slide project) httpclient (or its successor httpcomponents) is probably a good choise. the jackrabbit webdav library provide some dav-specific extensions to the httpclient methods. maybe that would be helpful too. regards angela