On this page you find all important commands for the CLI tool airshare. If the
command you are looking for is missing please ask our AI.
airshare
Airshare is a Python-based CLI tool and module that lets you transfer data between two machines in a local network, P2P, using Multicast-DNS. It also opens an HTTP gateway for other non-CLI external interfaces. It works completely offline! Built with aiohttp and zeroconf.
List of commands for airshare:
-
airshare:tldr:21655 airshare: Share files or directories.$ airshare ${code} ${filename_or_directory1 filename_or_directory2 ---}try on your machineexplain this command
-
airshare:tldr:2f989 airshare: Send files or directories to a receiving server.$ airshare --upload ${code} ${filename_or_directory1 filename_or_directory2 ---}try on your machineexplain this command
-
airshare:tldr:3f767 airshare: Receive a file.$ airshare ${code}try on your machineexplain this command
-
airshare:tldr:5e2e0 airshare: Receive a file and copy it to the clipboard.$ airshare --clip-receive ${code}try on your machineexplain this command
-
airshare:tldr:70522 airshare: Send files whose paths have been copied to the clipboard.$ airshare --file-path ${code}try on your machineexplain this command
-
airshare:tldr:8754f airshare: Host a receiving server (use this to be able to upload files using the web interface).$ airshare --upload ${code}try on your machineexplain this command