Download FileBot URL source from sourceforge

Any questions? Need some help?
Post Reply
User avatar
Sheldon
Posts: 188
Joined: 14 Apr 2014, 14:39

Download FileBot URL source from sourceforge

Post by Sheldon »

Hi,

my question is not directly related to the Filebot app but maybe you can help..

To create a rss feed out of it I try do download the url source from the Filebot sorceforge page

https://sourceforge.net/projects/filebo ... ebot/HEAD/.

using Java. Here I get a Handshake exception probabaly caused by xome missing certificate. Maybe you handle the SSL with sourceforge in Java already and can help me with this.

Kind regards,

Sheldon
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Download FileBot URL source from sourceforge

Post by rednoah »

Sorry, not much I can do about that. These strange SSL issues sometimes resolve themselves.

curl seems to work though:

Code: Select all

curl -L -O https://sourceforge.net/projects/filebot/files/filebot/HEAD/FileBot.jar.xz
:idea: Please read the FAQ and How to Request Help.
Post Reply