Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Programmatically download file in java

843789Sep 15 2009 — edited Sep 21 2009
I'm not sure if this is the right place to put this but I have somewhat of a tricky question. There's a website that I log in to with a username and password. Then I navigate a few links around the site to find a file I want to download, then I download it. I'd like to be able to do this in a java program. Ideally I could just give a username and password and get the file, but I don't have a direct URL for the file so I know that I won't be able to do that. I know it's in jsp. Do you have any tips to get started doing this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2009
Added on Sep 15 2009
7 comments
691 views