miraikumiko.com/content/en/blog/transfer_files_via_bluetooth.md

434 B

+++ title = "Transfer files via Bluetooth in the terminal" description = "Transfer files via Bluetooth in terminal" date = 2025-04-09 tags = [ "tech", "guide", "bluetooth" ] +++

  1. Install dependencies: pacman -S bluez-utils bluez-tools bluez-obex

  2. Pairing devices:

bluetoothctl scan on
bluetoothctl pair <MAC>
  1. Receiving files: bt-obex -s ~/Downloads

  2. Sending files: bt-obex -p <MAC> filename.txt