...
The Data Mover
is formally supported for macOS, Windows 10 (Windows 7 also works) and Linux. Data Mover
is built using Java, so you can see the system requirements for OpenJDK 17.0.2 for a precise list of supported platforms. In addition to those listed, we know that Windows 7 does currently work.
- Download the Data Mover manually and Install
- Preparation
- When doing a new install, remove any .jar files that you may have downloaded (part of the auto-update process see section 3) in
your
.Arcitecta/DataMover/updates
folder
(under your home directory). - If you don't remove these, they will conflict with the newly installed version.
- Uninstall the old version of the app (or just install over the top of it).
- Do not rename the old application to something else as this will cause conflicts. If you want to keep an earlier version, then zip up the old application first.
- When doing a new install, remove any .jar files that you may have downloaded (part of the auto-update process see section 3) in
- Download
- The URL is https://mediaflux.researchsoftware.unimelb.edu.au/mflux/data/mover/index.html
- From there you can download the version for your operating system (OSX, Windows 10 and Linux)
- If you'd like to download a specific version with a tool like curl or wget the URLs are:
- macOS : https://mediaflux.researchsoftware.unimelb.edu.au/mflux/data/mover/installers/mac/Mediaflux%20Data%20Mover.dmg
- Windows : https://mediaflux.researchsoftware.unimelb.edu.au/mflux/data/mover/installers/windows/Mediaflux%20Data%20Mover.msi
- Linux : https://mediaflux.researchsoftware.unimelb.edu.au/mflux/data/mover/installers/linux/mediaflux-data-mover.zip
- Install
- macOS
- Double click on the file
Mediaflux Data Mover.dmg file to install
If you encounter an issue where macOS complains that the .dmg file is damaged, you can resolve that by removing the extended attributes. Start the Terminal (Command line) Application, change directory to the directory where you downloaded the .dmg (in the example it's the Downloads directory) and issue a command like this
Code Block cd ~/Downloads xattr -cr Mediaflux\ Explorer-1.5.0.dmg
- Using the GUI that is presented, drag the
Data Mover
to /Applications
- Double click on the file
- Windows
- Double click on the file
Mediaflux Data Mover.msi
to install.
- Double click on the file
- Linux
- Unpack the m
ediaflux-data-mover.zip
file. Note that the resulting directorymediaflux-data-mover
must not be stored in a directory that containsbin
as one of its elements due to a Linux Java bug (avoid/usr/local/bin
or~/bin
for example). Set the binary to be executable with a command like:
Code Block chmod +x mediaflux-data-mover/bin/mediaflux-data-mover
- Optionally, add
<path>/
mediaflux-data-mover/bin
to yourPATH
variable - Optionally, read the README.txt for instructions on setting up your web browser to automatically open arcio links with the Data Mover\
- Unpack the m
- Check
- After you install, start up the
Data Mover
and make sure the version running (see bottom left of GUI) is the version you expect.
- After you install, start up the
- macOS
- Preparation
- Use a
Shareable
link to download and install- Paste a
Shareable
(upload or download) into a browser - It will be detected whether you have the
Data Mover
already or not. If not, it will download the correct operating system installer (Windows 7/10, MacOS, Linux) - Execute the installer (for whatever platform you are on as in Section 1 above)
- Paste a
- An optional XML configuration file called
settings.xml
can be created in the.Arcitecta/DataMover
(beneath the home directory) folder. This file controls variesData Mover
behaviour. Details are found on this page.
...