Programmatically download file in java
843789Sep 15 2009 — edited Sep 21 2009I'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?