Receive files over bluetooth in Ubuntu

Written on July 7, 2008 – 4:38 pm | by Sanil S
This entry is part 6 of 6 in the series Bluetooth tools

We are also using OBEX protocol for receiving. In my earlier post I mentioned about the packages for send and receive. Here I am going to explain the process involved in receiving files from a bluetooth device.

For receiving a file your bluetooth is in discoverable mode. If not turn on by running the command below on your terminal.

hciconfig hci0 piscan

Now you have to listen for bluetooth connection. This can be done by running the obexpushd tool.

obexpushd -B

You should be able to receive files now. The file(s) will be saved in your /home directory. This command works in command mode. Those who hate the command mode alternate solution is to install gnome-bluetooth. Install the gnome bluetooth as I mentioned in one of the post. This is UI based tool.

Series Navigation«Send files over bluetooth in Ubuntu

If you enjoyed this post, make sure you subscribe to my RSS feed!

Enter your email address:

Delivered by FeedBurner

Posted in » wireless

2 Responses

Thanks very much! I’m currently travelling and needed to move a few files from a phone to my laptop and your guide worked perfectly!


Tom Purnell on Jan 4, 2009 | Reply

thankyou


Futurix on Jan 16, 2009 | Reply

Leave a comment