Ticker

6/recent/ticker-posts

Transfer Files Over The Internet Using Linux With Safely



When using the Linux operating system, we often encounter the need to transfer files over the Internet. While many services offer file transfer capabilities, relying on third-party cloud storage comes with several risks. These include potential data leaks, slow upload and download speeds, unavoidable advertisements, and the possibility of losing files altogether.

You may also like to read: Introduction to Kali Linux for Blue Teaming

How to transfer files over the Internet using Linux

You can easily do it by installing a package called Magic-wormhole. This package provides a library and a command-line tool named Wormhole, which makes it possible to get arbitrary-sized files and directories from one computer to another. 

The two endpoints are identified by using identical "wormhole codes": in general, the sending machine generates and displays the code, which must then be typed into the receiving machine.

for the complete documentation, please see https://magic-wormhole.readthedocs.io/en/latest/


How to Install and Use Wormhole

This program can be installed directly using your package manager on Kali Linux

sudo apt install magic-wormhole -y
or
virtualenv venv
source venv/bin/activate
pip install magic-wormhole
For Windows, you can download an exe file from here

I hope this information is helpful for you, make sure to save bookmarks of our blog for future posts and updates.