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