Sharing files on Linux
Learn how to send and receive files securely and easily over Meshnet on Linux.
This guide provides the information you need to start sharing files over Meshnet on Linux.
Before you begin
Make sure that the device you want to share files with meets the following criteria:
The NordVPN app is running, and the Meshnet feature is enabled in the app.
The device is connected to your Meshnet.
Note
You can add devices to your Meshnet in two ways, depending on device ownership:
To add your own device, just enable Meshnet on that device. See Using Meshnet on Linux for details.
To add an external device, send an invitation via the NordVPN app with the owner's email. Ensure the invitation is accepted. See Adding external Meshnet devices on Linux.
Send files
You can initiate a file transfer from the NordVPN app by completing these steps:
Open Terminal.
Enter the
nordvpn meshnet peer list
command and copy the Nord name or Meshnet IP address of the device you want to share your files with.Type the
nordvpn fileshare send
command, followed by your peer device’s Nord name or Meshnet IP address and the path to the file you want to transfer, as shown:You can use the absolute and the relative file paths for the files you want to send. Example
To add additional files to the transfer, append the path of the new file to the already entered command. You can drag files from the file explorer to the terminal to paste their path. Example
Tip
To find your peer's Nord name faster, start typing the name and press Tab. The system will auto-complete the name with a match from online devices.
Note
You can only send files to the devices that have the file sharing permission enabled for your device. For more information, see File sharing permissions.
The file transfer begins when the recipient accepts your download request on their device. For details, consult the appropriate guides:
Viewing outgoing transfer history
To display the history of transfers sent from your device, along with their ID, size, status, and other relevant details, use the following command:
The transfers in the list are arranged in chronological order, with the oldest transfers appearing first.
Receive shared files
Note
Make sure that Meshnet is enabled on your device to receive the file transfer request from the sender.
You can use the NordVPN notifications or the command line to receive files shared from another linked device.
Open Terminal.
Ensure that you have enabled the NordVPN notifications by running this command:
Have your Meshnet peer send the files.
Upon receiving the file transfer notification, select Accept within it to start the download of the transferred files.
Once a download is complete, if you have NordVPN notifications enabled, you will receive a notification about each individual downloaded file.
You can find the files shared with you by checking the system's Downloads folder.
If you want to download only specific files from the transfer, provide the names of the files you choose to accept.
Example
Tip
To display the list of files in a particular transfer directory, enter the nordvpn fileshare list
command followed by the transfer ID:
Accepting transfers automatically
You can enable automatic transfer acceptance from a specific peer. To do this, run the following command, replacing <device>
with the peer’s Nord name or Meshnet IP:
To learn more, see the Changing permissions section of the "File sharing permissions" page.
Setting the download location
By default, the downloaded files are saved in the $HOME/Download
directory. However, if you want to specify a different location on your system, use the --path
command option followed by the desired location and the transfer ID:
Run a transfer process in the background
If you want to run a transfer process in the background, use the --background
option.
When sending a file transfer, enter:
Example
When accepting a file transfer, type:
Manage transfers
Display a help message
You can access command information using the --help
option. For example, to view helpful information about the fileshare
command, type:
See also
Last updated