Mirai Kumiko's website

Transfer files via Bluetooth in the terminal

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

  2. Pairing devices:

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

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

#tech #guide #bluetooth

Reply to this post by email ↪