Bluetooth file transfer in CentOS 5

Having a  bluetooth enabled handphone which is used to took a lot of  picture but forgot to bring the usb cable everyday.

Again as the laptop also got bluetooth.. let’s try to get it working.

to get started..

you may need this package available in the your system first.

yum install  obexftp gnome-bluetooth

now need to test if the obexftp is working or not first.

sdptool browse

then.. from the address… try listing the folder in the hanphone first.

obexftp -b 00:1B:59:5E:E6:92 -c / -l

then change the directory respectively

[root@nb-namran bth]# obexftp -b 00:1B:59:5E:E6:92 -c /"Memory Stick"/"DCIM"/"100MSDCF" -l

to get  a file..

[root@nb-namran bth]# obexftp -b 00:1B:59:5E:E6:92 -c /"Memory Stick"/"DCIM"/"100MSDCF" -g "DSC13000.jpg"

to put a file

[root@nb-namran bth]# obexftp -b 00:1B:59:5E:E6:92 -c /"Memory Stick"/"MISC"/"Application" -p "MidpSSH.jar"

obex-ftp-1.png

the rest of the command please consult

man obexftp

now for the easier use..

this time managed to rebuild the rpm from the rpm source… wonder why is not the DAG repo yet..

rpm -Uvh http://my.namran.net/repository/centos5/gnome-vfs2-obexftp-0.4-6.namran.net.i386.rpm

restart the bluetooth service.

now from the file browser i.e nautilus.

can  just type obex:// at the location box.

and you can see the list of bluetooth device that had been successfully connect..

obex-file-browser.pngobex-browse-in.pngobexfile-list.png

then from that just double-click and copy/paste whatever file you as if it is in local folder ..

😎

bug & source rpms taken from : https://bugs.launchpad.net/gnome-vfs-obexftp

Related Post

Leave a Reply to ffrancesco Cancel reply

Your email address will not be published. Required fields are marked *