To download, visit the releases page!
Wireless, encrypted file transfer over automatically configured ad hoc networking. No network infrastructure required (access point, router, switch). Just two laptops (Mac, Linux, and Windows supported) with wireless chips in close range.
Don't have a flash drive? Don't have access to a wireless network or don't trust one? Need to move a file larger than 2GB between different filesystems but don't want to set up a file share? Try it out!
-
Cross-platform: Linux, Mac, and Windows.
-
Transfer multiple files at once, without losing progress if the transfer is interrupted or canceled.
-
Speeds over 120mbps (with laptops close together).
-
Does not use Bluetooth or your local network, just wireless chip to wireless chip.
-
Files encrypted in transit.
-
Large files supported (<10MB RAM usage while transferring a 4.5GB file).
-
No installation required and no dependencies needed.
-
Interoperable GUI and CLI versions.
Mac: unzip FlyingCarpetMac.zip
to find an .app
bundle. You'll have to right-click and select Open
to run because it's not code-signed or distributed through the App Store.
Linux:
unzip FlyingCarpetLinux.zip
chmod +x ./FlyingCarpet/flyingcarpet
./FlyingCarpet/flyingcarpet
Windows: extract FlyingCarpetWindows.zip
, open the resulting folder, and run flyingcarpet.exe
. You may have to click More Info
to get past the Windows SmartScreen filter. You may also need to disable WiFi Sense.
-
go get -x github.com/spieglt/flyingcarpet
-
Windows only: Open
flyingcarpet\WFD_DLL\WFD_DLL.sln
with Visual Studio, and compile in Release mode for x64. -
If compiling on Windows, get
mt.exe
(available in Windows SDKs) and make sure it's in your path. -
Go through the entire setup guide for therecipe/qt and make sure
qtdeploy
is in your path. (Use the sections of the installation guide with headerIn Module (per project) mode
. Working commands can also be found ingui/qtSetupCommands.txt
in this repo.) -
Run
.\wg_rebuild.ps1
from Powershell (for Windows),./mg_rebuild
from Terminal (for Mac), or./lg_rebuild
(for Linux).
-
go get -x github.com/spieglt/flyingcarpet
-
Windows only: Open
flyingcarpet\WFD_DLL\WFD_DLL.sln
with Visual Studio, and compile in Release mode for x64. Then copyflyingcarpet/WFD_DLL/x64/Release/WFD_DLL.dll
toflyingcarpet/core/wfd.dll
. -
cd $GOPATH/src/github.com/spieglt/flyingcarpet/cli
-
go build -o flyingcarpet.exe
-
64-bit only.
-
Disables your wireless internet connection while in use (does not apply to Windows when receiving).
-
Flying Carpet should rejoin you to your previous wireless network after a completed or canceled transfer. This will not happen if the program freezes, crashes, or if the windows is closed during operation.
-
Drag and drop for sending files.
-
Folder upload.
-
Mobile versions, integrating functionality from https://github.com/claudiodangelis/qr-filetransfer.
If you've used Flying Carpet, please send me feedback! Thank you for your interest!