From f108a863872d275de9b9bee3ad22c1e9030124b3 Mon Sep 17 00:00:00 2001 From: Moritz <34131471+Moritz921@users.noreply.github.com> Date: Sun, 28 May 2023 16:40:36 +0200 Subject: [PATCH] airshare: add page (#10282) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/airshare.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/airshare.md diff --git a/pages/common/airshare.md b/pages/common/airshare.md new file mode 100644 index 000000000..ea9ded950 --- /dev/null +++ b/pages/common/airshare.md @@ -0,0 +1,28 @@ +# airshare + +> Transfer data between two machines in a local network. +> More information: . + +- 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}}`