NitroShare - Easily Share Files Between Linux and Windows on Local Networks

Channel: Open Source Linux
Abstract: it automatically detects every other device on a network that has Nitroshare installed thereby enabling a user to easily transfer files from one machi

One of the most important uses of a network is for file sharing purposes. There are multiple ways Linux and Windows, Mac OS X users on a network can now share files with each other and in this post, we shall cover Nitroshare, a cross-platform, open-source and easy-to-use application for sharing files across a local network.

Nitroshare tremendously simplifies file sharing on a local network, once installed, it integrates with the operating system seamlessly. On Ubuntu, simply open it from the applications indicator, and on Windows, check it in the system tray.

Additionally, it automatically detects every other device on a network that has Nitroshare installed thereby enabling a user to easily transfer files from one machine to another by selecting which device to transfer to.

Suggested Read: OnionShare – Securely and Anonymously Share Files Over the Tor Network

NitroShare Features

The following are the illustrious features of Nitroshare:

  1. Cross-platform runs on Linux, Windows and Mac OS X
  2. Easy to set up, no configurations required
  3. It’s simple to use
  4. Supports automatic discovery of devices running Nitroshare on the local network
  5. Supports optional TSL encryption for security
  6. Works at high speeds on fast networks
  7. Supports transfer of files and directories (folders on Windows)
  8. Supports desktop notifications about sent files, connected devices and more

The latest version of Nitroshare was developed using Qt 5, it comes with some great improvements such as:

  1. Polished user interfaces
  2. The simplified device discovery process
  3. Removal of file size limitation from other versions
  4. Configuration wizard has also been removed to make it easy to use
How To Install Nitroshare on Linux Systems

NitroShare is developed to run on a wide variety of modern Linux distributions and desktop environments.

Install Nitroshare On Debian and Ubuntu

NitroShare is included in the Debian and Ubuntu software repositories and can be easily installed with the following command.

$ sudo apt-get install nitroshare

But the available version might be out of date, however, to install the latest version of Nitroshare, issue the command below to add the PPA for the latest packages:

$ sudo apt-add-repository ppa:george-edison55/nitroshare
$ sudo apt-get update
$ sudo apt-get install nitroshare
Install Nitroshare On Fedora Linux

Recently, NitroShare has been included to Fedora repositories and can be installed with the following dnf command:

$ sudo dnf install nitroshare
Install Nitroshare On Arch Linux

For Arch Linux, NitroShare packages are available from the AUR and can be built/installed with the following commands:

# wget https://aur.archlinux.org/cgit/aur.git/snapshot/nitroshare.tar.gz
# tar xf nitroshare.tar.gz
# cd nitroshare
# makepkg -sri
How to Use NitroShare on Linux

Note: As I had already mentioned earlier on, all other machines that you wish to share files with on the local network must have Nitroshare installed and running.

After successfully installing it, search for Nitroshare in the system dash or system menu and launch it.

Suggested Read: Pydio – Create Own File Sharing and Synchronization Portal like Dropbox in Linux

NitroShare is very easy to use, you will find options to 「Send Files「, 「Send Directory「, 「View Transfers「, etc from the AppIndicator / tray icon menu, choose the files or directory that you want to send and you will get a list of available devices on your local network that runs NitroShare:

NitroShare – Select Send Files Option

After selecting the files, click on 「Open」 to proceed to choose the destination device as in the image below. Select the device and click 「Ok」 that is if you have any devices running Nitroshare on the local network.

NitroShare – Available Local Devices Nitroshare – File Transfer Progress

From the NitroShare settings – General tab, you can add the device name, set default downloads location and in Advance settings you can set port, buffer, timeout, etc. only if you needed.

Homepage: https://nitroshare.net/

That’s it for now, if you have any issues regarding Nitroshare, you can share with us using our comment section below. You can as well make suggestions and let us know of any wonderful, cross-platform file sharing applications out there that we probably have no idea about and always remember to stay connected to Tecmint.

Ref From: tecmint

Related articles