Bluetooth transfers to nokia 6260 phone

For some strange reason 'obexftp' does not seem to be able to send data to the phone.

Perhaps im just to lazy to figure it out, but i find obex_test a simpler way. (i.e. if you do like command line)

cant use the gnome-bluetooth vfs layer b/c im on deb stable and i aint upgrading till the next stable release comes in.

here the commands in good old' command line

type this: obex_test -b [xx:xx:xx:xx:xx:xx] 9

where the xx = the hex dump address ( look @ hcitool -scan)
9 = the channel. 9 works for the nokia 6260, other phones might have different channels.

-- actual dump --
amdturion:~# obex_test -b xx:xx:xx:xx:xx:xx 9
Using Bluetooth RFCOMM transport
OBEX Interactive test client/server.
> c
Connect OK!
Version: 0x10. Flags: 0x00
> p
PUT file (local, remote)> /home/erle/walk_bus_uts.pdf walk_bus.pdf
name=/home/erle/walk_bus_uts.doc, size=14848
Going to send 14848 bytes
Made some progress...
Made some progress...
....
Made some progress...
Made some progress...
PUT successful!
> d
Disconnect done!
> q
amdturion:~#
-- end --

& in case your wondering about the name.. walk_bus.pdf is the directions to walk to the UTS (sydney) campus from central station. Had gone there to attend the SLUG meet for the first time. woh-hoo! Been a member of ILUG-BOM for awhile, was a good chance to meet the linux gang down-under!