HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

airshare — Transfer data between two machines in a local network. More information: <https://airshare.readthedo

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbetweentwoclitransferdataairsharemachines

Problem

How to use the airshare command: Transfer data between two machines in a local network. More information: <https://airshare.readthedocs.io/en/latest/cli.html>.

Solution

airshare — Transfer data between two machines in a local network. More information: <https://airshare.readthedocs.io/en/latest/cli.html>.

Share files or directories:
airshare {{code}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}


Receive a file:
airshare {{code}}


Host a receiving server (use this to be able to upload files using the web interface):
airshare --upload {{code}}


Send files or directories to a receiving server:
airshare --upload {{code}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}


Send files whose paths have been copied to the clipboard:
airshare --file-path {{code}}


Receive a file and copy it to the clipboard:
airshare --clip-receive {{code}}

Code Snippets

Share files or directories

airshare {{code}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}

Receive a file

airshare {{code}}

Host a receiving server (use this to be able to upload files using the web interface)

airshare --upload {{code}}

Send files or directories to a receiving server

airshare --upload {{code}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}

Send files whose paths have been copied to the clipboard

airshare --file-path {{code}}

Context

tldr-pages: common/airshare

Revisions (0)

No revisions yet.