Download Files From A Website
Hello, I have built a program in java and I really need it to be able to download dropbox links. I have found very few tutorials for downloading programs in java, and the very few tutorials that I have found were relatively confusing. I would appreciate it if someone could either link me to a good tutorial on how to download files or if you could let me see some source code for download files. Thanks in advance.
Re: Download Files From A Website
API Development « Dropbox Forums
maybe you can find something here. I think no one knows dropbox links
Your question is not clear as well
Download files from where? Most probably you want to download with URL.
Requesting page or image is easy but else you have to know FTP. (File Transfer Protocol)
A simple Java FTP connection + file download and upload | AjaxApp.com
The code of FTP transfer.
Even if you do this kind of things, most probably you can not download dropbox links. So you have to discuss this issues in the first link.
Re: Download Files From A Website
Quote:
Originally Posted by
Grkn
API Development « Dropbox Forums
maybe you can find something here. I think no one knows dropbox links
Your question is not clear as well
Download files from where? Most probably you want to download with URL.
Requesting page or image is easy but else you have to know FTP. (File Transfer Protocol)
A simple Java FTP connection + file download and upload | AjaxApp.com
The code of FTP transfer.
Even if you do this kind of things, most probably you can not download dropbox links. So you have to discuss this issues in the first link.
I didn't really need to include that it was a dropbox link, but basically if you don't know what dropbox is, it's just a file hoster. I just want to download files from a file website url essentially like a web browser.
Re: Download Files From A Website