file transfer with bluetooth

Hello!
FreeBSD does not support my wifi chip yet, but I can use bluetooth part of that.
I can use bluetooth for playing sound with bluetooth headset and send file to mobile deivce. but I don`t know how to receive file.
Code:
% obexapp -a 1c:7b:21:01:b7:c7 -C OPUSH
obex> ls
Failure, response: Not implemented! (0x51)
obex> put /tmp/test.txt
6 bytes streamed in 10 seconds (0 bytes/sec)
Success, response: OK, Success (0x20)
obex> get test-2.txt
Failure, response: Not implemented! (0x51)
obex>
 
Back
Top