LinuxCommandLibrary

airshare

Share files between devices on the local network

TLDR

Share a file

$ airshare send [file.txt]
copy
Receive files
$ airshare receive [code]
copy
Share multiple files
$ airshare send [file1.txt] [file2.txt]
copy
Share a directory
$ airshare send [directory/]
copy

SYNOPSIS

airshare command [options] [files]

DESCRIPTION

airshare is a cross-platform file sharing tool that transfers files between devices on the same local network. It uses mDNS for device discovery and generates a simple code that recipients use to receive files.
The tool provides a simple alternative to complex file sharing setups, requiring no server configuration or account creation.

PARAMETERS

send files

Share files or directories
receive code
Receive files using a share code
--no-zip
Don't compress multiple files
--port port
Specify port number
--clipboard
Copy code to clipboard

CAVEATS

Both devices must be on the same local network. Large files may take time to transfer depending on network speed. No encryption by default on older versions.

HISTORY

airshare was developed as a Python-based alternative to AirDrop for cross-platform local file sharing, leveraging mDNS for zero-configuration networking.

SEE ALSO

croc(1), wormhole(1), scp(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community