1OBEX_PUSH(1) openobex-apps OBEX_PUSH(1)
2
3
4
6 obex_push - Push and Receive Files over the Bluetooth OBEX Push Channel
7
9 obex_push [<channel>] [<bdaddr> <filename>]
10
12 obex_push can send and receive files over the Bluetooth OBEX Push Chan‐
13 nel.
14
15 Link your bluetooth device with your computer.
16
17 You can see the SDP services with:
18
19 $ sdptool browse <bdaddr>
20
22 If no options are given, any files sent over bluetooth will be received
23 over channel 10 and stored in /tmp.
24
25 If <bdaddr> and <filename> are given, the file will be send to the
26 device specified with <bdaddr>.
27
28 <channel> - The bluetooth channel to use. Lookup the OBEX Push channel
29 with sdptool browse <bdaddr>.
30
31 <bdaddr> - The bluetooth address <bdaddr> of the device to send to.
32
33 <filename> - The file to send.
34
36 Harald Hoyer <harald@redhat.com>
37
38
39
401.0.0 07 Feb 2007 OBEX_PUSH(1)