/dracoon-dropzone

Primary LanguageJavaMIT LicenseMIT

dracoon-dropzone

A cross-platform dropzone to easily share files with DRACOON

Download

Version 1.1.0 for Windows (use jar file below if Windows prevents execution of downloaded files)

Version 1.1.0 for all platforms (jar file) (Windows, Mac OS, Linux)

Installation

Prerequisites: If you are using Oracle Java 8 or lower, you need to install the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files (available at Oracle).

Execute the application and right-click on the tray icon to setup your account.

To start with Windows (more details):

  1. Press the following key combination: Win+R
  2. Enter shell:startup and press enter
  3. Make a shortcut to dracoon-dropzone in the opening folder

To start with Mac OS (more details):

  1. Open system preferences
  2. Choose Users & Groups and select your account
  3. Choose Login items, click the Add button and select the dracoon-dropzone app

Disclaimer

DRACOON is a secure cloud storage solution. The icon is property of DRACOON GmbH.

General Information

Allows to define a hot corner where files can be dropped. These files are uploaded to DRACOON and a private download link is copied to clipboard. Third parties can use this link to download these files.

Tested with Windows 10 and Mac OS Sierra.

Click here to get a DRACOON demo account.

Usage

Simply drag one or more files you'd like to share on the action in your Dropzone grid. The files will be uploaded and a private download link is automatically created and placed in your clipboard. Simply paste it wherever you need it.

enter image description here

By holding the Control Key while releasing your files, you can set a password for the download link. Please keep in mind that password policies might be enforced. Holding the ALT key while releasing your files will let the file and download link expire in 14 days.

Compile

Prerequisites: Java JDK 8, Maven 3.x

Use the following command to compile for Windows:

mvn clean compile -Pwindows assembly:single package

Use the following command to compile for Mac OS:

mvn clean compile -Pmac package appbundle:bundle