LinuxCommandLibrary

airshare

Transfer data between two machines in a local network.

TLDR

Share files or directories

$ airshare [code] [path/to/file_or_directory1 path/to/file_or_directory2 ...]
copy


Receive a file
$ airshare [code]
copy


Host a receiving server (use this to be able to upload files using the web interface)
$ airshare --upload [code]
copy


Send files or directories to a receiving server
$ airshare --upload [code] [path/to/file_or_directory1 path/to/file_or_directory2 ...]
copy


Send files whose paths have been copied to the clipboard
$ airshare --file-path [code]
copy


Receive a file and copy it to the clipboard
$ airshare --clip-receive [code]
copy

Copied to clipboard