views:

288

answers:

2

Hi,

is there any way to use a shell script under mac os x to send a file via bluetooth ?

thanks in advance

Nikko

PS: anyone having a solution under windows is welcome too ...

+1  A: 

Well, you could use cp once you mount the device using the FUSE-based OpenOBEX filesystem. OBEX is a protocol used by some bluetooth devices. (here's an article on using it in Ubuntu)

John Paulett
A: 

No, but it would not be too hard to write your own command line tool using the IOBluetooth OBEX APIs. ;)

Ken Aspeslagh