1bt-obex(1)                        bluez-tools                       bt-obex(1)
2
3
4

NAME

6       bt-obex - a bluetooth OBEX client/server
7

SYNOPSIS

9       bt-obex [OPTION...]
10
11       Help Options:
12         -h, --help
13
14       Application Options:
15         -a, --adapter=<name|mac>
16         -s, --server [<path>]
17         -p, --opp <name|mac> <file>
18         -f, --ftp=<name|mac>
19

DESCRIPTION

21       This utility implemented support of Object Push Profile (OPP) and File
22       Transfer Profile (FTP).  You can send and receive files to/from remote
23       device using this tool.
24

OPTIONS

26       -h, --help
27           Show help
28
29       -a, --adapter <name|mac>
30           Specify adapter to use by his Name or MAC address
31           (if this option does not defined - default adapter used)
32
33       -s, --server [<path>]
34           Register agent at OBEX server and set incoming/root directory to
35           `path` or current folder will be used; Agent is used to
36           accept/reject incoming bluetooth object push requests
37
38       -p, --opp <name|mac> <file>
39           Send local file to the specified remote device using object push
40           profile
41
42       -f, --ftp <name|mac>
43           Start FTP session with remote device; If session opened
44           successfuly, FTP shell will be opened
45
46           FTP commands:
47
48               help                    Show help message
49               exit                    Close FTP session
50               cd <folder>             Change the current folder of the remote device
51               mkdir <folder>          Create a new folder in the remote device
52               ls                      List folder contents
53               get <src> <dst>         Copy the src file (from remote device) to the dst file (on local filesystem)
54               put <src> <dst>         Copy the src file (from local filesystem) to the dst file (on remote device)
55               cp <src> <dst>          Copy a file within the remote device from src file to dst file
56               mv <src> <dst>          Move a file within the remote device from src file to dst file
57               rm <target>             Deletes the specified file/folder
58

AUTHOR

60       Alexander Orlenko <zxteam@gmail.com>.
61

SEE ALSO

63       bt-adapter(1) bt-agent(1) bt-device(1) bt-network(1)
64
65
66
67                                  2014-08-01                        bt-obex(1)
Impressum