Nikko
Nikko

Reputation:

Shell command to send file via Bluetooth on Mac OS X

Is there any way to use a shell script under Mac OS X to send a file via Bluetooth ?

PS: Anyone having a solution under Windows is welcome too...

Upvotes: 3

Views: 2853

Answers (2)

Ken Aspeslagh
Ken Aspeslagh

Reputation: 11594

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

Upvotes: 1

John Paulett
John Paulett

Reputation: 15824

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)

Upvotes: 1

Related Questions