Hi Roland,

Thanks for the feedback. I will continue looking to see if there is a Java implementation similar to wget that I can use / contribute to. Otherwise I know HttpClient is solid (I've used in the past) and I can always build a new project around it.
Cheers,

-m

Roland Weber wrote:
Hello Martin,

  - downloading a web page

See the tutorial.

- downloading all assets on the web page (gif's, jpg's, css, applets, etc.)
  - updating the downloaded web page with links to the local assets

Not in HttpClient. That requires processing of the response content,
which is strictly out of scope for HttpClient (and HttpComponents).
There are other projects out there that deal with downloading and
converting web sites, maybe some of them will satisfy your needs.

If there is no such code I would be happy to write it and contribute it back as an example or into the code base.

Feel free to start a new project, for example at sourceforge. But that
kind of code can not go into the HttpClient codebase, not even as an
example or contrib. It is way out of the project's scope. Once you get
started on parsing HTML pages, you'll soon understand why.

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Martin Hald                          Tel: (503) 744-0647
Eduworks                             Cel: (541) 908-4057
Email: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to