airshare: add page (#10282)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/10294/head
Moritz 2023-05-28 16:40:36 +02:00 committed by GitHub
parent 982c13d862
commit f108a86387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/common/airshare.md Normal file
View File

@ -0,0 +1,28 @@
# airshare
> Transfer data between two machines in a local network.
> More information: <https://airshare.rtfd.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}}`