438 B
438 B
+++ title = "Transfer files via Bluetooth in the terminal" description = "Transfer files via Bluetooth in the terminal" date = 2025-04-09 tags = [ "tech", "guide", "bluetooth" ] +++
-
Install dependencies:
pacman -S bluez-utils bluez-tools bluez-obex
-
Pairing devices:
bluetoothctl scan on
bluetoothctl pair <MAC>
-
Receiving files:
bt-obex -s ~/Downloads
-
Sending files:
bt-obex -p <MAC> filename.txt