Releases: muhammad-salem/Ariafx
ariafx v0.30.0
- update appendices, use Apache HTTP Client 5
- fix some bugs
- disable authorization
ariafx 0.28.9
Add files via upload
Ariafx 0.28.6 2018.1.2
v 0.28.6 2018.1.2
Ariafx jar file
- add support to proxy
- fix some bug
Ariafx No Runtime
Ariafx
A Smart Download Manager based on java (JavaFX), with support of HttpClient, GSON.
Options :
- Cross-platform: support Linux(Ubuntu), Windows and, Mac OS.
- Categories : add downloads to Categores.
- Multi-Thread : download file in chunkes.
- Saved setting every 2 minute.
- Change Setting support.
- Save date in json format (new categories/queues/ and all links)
- Export and Import links to/from [IDM(.ef2) file format], [Aria(.aria/json) format file], [text (.txt) link list]
- Switch between normal and minimal view.
- Add new Categories and queue , nad edit them.
- Search Downloads.
- Support to firefox by flashgot [cli] :
[--url=URL] [--http-referer=REFERER] [--file-name=FNAME]
[--user-agent=UA] [--cookie=COOKIE] [--cookie-file=CFILE] [--input-file=UFILE] - Support Google Chrome
Not avalibele yet:
- Manage download in queues.
- Add Download alogothims.
ariafx osx
0.25 25.01
ariafx
A multithreading download manager program with pure Java/JavaFx, managed in queue, cross-platform (linux/windows/mac).
Used lib: HttpClient, Commons-IO,GSON. It is open source.
Options available now :
- choose streaming or parallel download (until 8-thread)
- save date in json format (new categories/queues/ and all links)
- keep history of links that had been added
- export/import links to/from [IDM(.ef2) file format], [Aria(.aria/json) format file], [text (.txt) link list]
- switch between normal and minimal view.
- download files into cache directory then copy it to the save directory then clear cache.
- can search for downloads.
- have itself decoration and fixed size stage.
- add support to google chrome.
https://flashgot.net/
add support to firefox by flashgot [cli] : [--url=URL] [--http-referer=REFERER] [--file-name=FNAME] [--user-agent=UA] [--cookie=COOKIE] [--cookie-file=CFILE] [--input-file=UFILE]
pre-release
- JavaVM not included in this release
- try install java 8 from oracle or oracle-java8-installer at launchpad.net
HOW TO INSTALL JAVA 8 (javafx)
-a- Windows:
- download jre from and install it oracle
-b- Ubuntu:
-1- download oracle-java8-installer and install it.
-2- or from oracle,
- extrack the downloaded file to " /usr/lib/jvm/java-8-oracle ",
- then create this file " /etc/profile.d/jdk.sh "
export J2SDKDIR=/usr/lib/jvm/java-8-oracle
export J2REDIR=/usr/lib/jvm/java-8-oracle/jre
export PATH=$PATH:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
export DERBY_HOME=/usr/lib/jvm/java-8-oracle/db
ariafx linux 0.22
aria
A multithreading download manager program with pure Java/JavaFx,
managed in queue, cross-platform (linux/windows/mac).
used lib: HttpClient, GSON. It is open source.
Options available now :
- choose streaming or parallel download (until 8-thread)
- save date in json format (new categories/queues/ and all links)
- keep history of links that had been added
- export/import links to/from [IDM(.ef2) file format], [Aria(.aria/json) format file], [text (.txt) link list]
- switch between normal and minimal view.
- download files into cache directory then copy it to the save directory then clear cache.
- can search for downloads.
- have itself decoration and fixed size stage.
- add support to google chrome.
- add support to firefox by flashgot [cli] :
[--url=URL] [--http-referer=REFERER] [--file-name=FNAME]
[--user-agent=UA] [--cookie=COOKIE] [--cookie-file=CFILE] [--input-file=UFILE]
pre-release
- JavaVM not included in this release
- try install java 8 from oracle or webupd8team at launchpad.net