Quick and Easy File Transfer with netrw
Shell Scripts
The two tools use the classical Linux approach – reading from standard input and writing to standard output – which makes it possible to send the output of a program directly to netwrite
. You can omit the -o
option or redirect the output of the data to appear on the screen of the receiving computer (Figure 5).
Mini Chat
If you do not specify an input file or an output file, netwrite
reads from the standard input and displays on the standard output. You can use this to build a makeshift chat tool (Figure 6).
If you intend to use this tool over a route outside of your private network, you'll want to secure the communication using Secure Shell (SSH). You need one terminal each for transmitting and receiving. Additionally, you must use a separate port for each direction.
Conclusions
The netrw tools make it easy to transfer data between two computers. They do not rely on any intermediate infrastructure and work practically on demand. And, if you encrypt the payload, you will always be on the safe side when transmitting data.
Infos
- Netrw: http://mamuti.net/netrw/index.en.html
- Code for this article: ftp://ftp.linux-magazin.com/pub/listings/magazine/163
- Stat (Coreutils): http://www.gnu.org/software/coreutils/
- Zenity: https://wiki.gnome.org/action/show/Projects/Zenity?action=show&redirect=Zenity
- Cdialog: http://freecode.com/projects/cdialog
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.