The Mediaflux Explorer is a Java application that you run on your desktop computer. It interacts with the Mediaflux server via the secure HTTPS protocol. This application complements the standard web-based Mediaflux Desktop interface. The focus of the Mediaflux Explorer is uploads, downloads, queries and sharing of data.
The HTTPS protocol is the most robust way to move data in and out of Mediaflux. This is because uploads and downloads are atomic (one transaction - the server is told what to expect) and because it is very difficult to corrupt an HTTPS data stream.
Explorer 1.5.1 and later have support for symbolic links.
You can download Mediaflux Explorer installers below. See the change notes for a detailed list of changes.
The Windows and macOS versions are standard installers. The Linux version is packaged as a zip file. To install it, unpack the contents of the zip file and follow the instructions in the README.txt.
Installing over an old version (such as the 1.3.x series) will result in a non-working Explorer installation. Either uninstall the older version first or select a different install location on the Destination Folder page of the installer.
Installing over the old version of Mediaflux Explorer will simply replace it.
Extract the zip file to a new location that doesn't already exist. Note that the installation directory cannot be inside another directory that contains "bin" anywhere in its path (e.g. it's safe to install in /home/user/mediaflux-explorer
but not in /home/user/bin/mediaflux-explorer
).
If you are running on Linux on a High DPI screen, Explorer may appear with very small text and widgets. You can make these larger by adding GDK_SCALE=2
to be beginning of the command. e.g.
GDK_SCALE=2 ~/mediaflux-explorer/bin/mediaflux-explorer |
Once you have installed the Mediaflux Explorer, start it in the usual way:
Mediaflux Explorer
in the Applications folder (or if your security preferences don't allow, right click and select "Open")Start the Terminal
Application and then enter into the Terminal window
cd /Applications sudo xattr -cr Mediaflux\ Explorer.app |
Multi-Factor Authentication (MFA) for Mediaflux is now available
MFA is currently optional but will become mandatory in early 2025. To learn more and enrol, visit: Mediaflux MFA
Enter the following details into the GUI:
Now you are ready to log in.
You can login to Mediaflux directly with your University of Melbourne institutional credential. To login with your UniMelb credential:
For the Domain field, enter unimelb (for staff account-holders) or student (for student account-holders)
Below is the screenshot shows the example of login using a UniMelb staff account:
If you have been provisioned with a local Mediaflux account (i.e. you are not using your institutional account), you will also have been provided with the details for Domain, User and Password. Just enter them and click Sign In to login.
Below is the screenshot shows the example of login using a local account (in this case the local account domain is called 'VicNode'):
See the How to videos for more information on using Mediaflux Explorer.
NB: if you use the Explorer via a right click (on a folder) to make a new child folder (collection), use ONLY 'Create Sub Collection', do NOT use 'Create Sub Collection Asset'.
You can either close the application or select Quit after clicking on the Mediaflux from the menu-bar on the top.
Sinks are a way of sending data directly from the Mediaflux server to a remote location. They are integrated into the Mediaflux Explorer client. Data can also be transformed on the fly (e.g. in Neuroscience we often transform DICOM to some other format as the data are sent to a sink). While sinks can be convenient, we don't recommend them for transferring large datasets. In this case the Mediaflux Unimelb Command-Line Clients are a better choice as they can transfer using multiple threads and are restartable.
Sinks have one of these types:
Sinks can be provided pre-configured with the scp/sftp/ftp server details (for example the scp2spartan sink) or generic sinks are available for you to fill in all details. We typically have sftp and scp sinks defined.
To access from the Explorer:
Also see the Sinks video on the Mediaflux Explorer how to videos page.