Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8774181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:29:44+00:00 2026-06-13T18:29:44+00:00

I am creating an Application in Java that does parsing of HTML and get

  • 0

I am creating an Application in Java that does parsing of HTML and get all the <audio>, <img> and <video> tags. I did this using jsoup. I have the attribute href, and therefore I get the link, I want a way to download the file to my PC through the tag. Is that possible through Java?

I saw a common format is ftp://user:password@host:port/filePath;type=i. but I dont know FTP for sites then how i can download the images and links.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T18:29:45+00:00Added an answer on June 13, 2026 at 6:29 pm

    First just get the absolute URL from the href attribute in Jsoup using Node#absUrl().

    String absUrl = element.absUrl("href");
    

    Then you can get an InputStream out of it using URL#openStream().

    InputStream input = new URL(absUrl).openStream();
    

    Then you can write it to an arbitrary OutputStream the usual way. E.g. to a FileOutputStream.

    OutputStream output = new FileOutputStream(somepath);
    // Just write input to output the usual way.
    

    Note that this all has nothing to do with FTP. That’s a completely different subject.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a Java application that will take in .tar files and retrieve
I am in the process of creating a java application that will be running
I'm creating a java desktop application that draws a map in a JFrame designing
I've creating a Java Swing application and I realized that I have many many
I am creating a java application with RestFB. At this url, Facebook explains how
Im creating an application that gets a list of .java and .class files from
I'm creating an application that gets a list of .java and .class files from
I am creating a java application that connects to multiple databases. A user will
I'm creating a Java application in NetBeans, and I have the following code that
Im creating application in java using XML. XML- <?xml version=1.0 encoding=UTF-8?> <songlist id=slist> <song

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.