summaryrefslogtreecommitdiff
path: root/contrib/man/bt-obex.pod
blob: 41559ef331e85f8fd11a9a4011d0e00ff8c34f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
=head1 NAME

bt-obex - a bluetooth OBEX client/server

=head1 SYNOPSIS

bt-obex [OPTION...]

Help Options:
  -h, --help

Application Options:
  -a, --adapter=<name|mac>
  -s, --server [<path>]
  -p, --opp <name|mac> <file>
  -f, --ftp=<name|mac>

=head1 DESCRIPTION

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

=head1 OPTIONS

B<-h, --help>
    Show help

B<-a, --adapter E<lt>name|macE<gt>>
    Specify adapter to use by his Name or MAC address
    (if this option does not defined - default adapter used)

B<-s, --server [E<lt>pathE<gt>]>
    Register agent at OBEX server and set incoming/root directory to
    `path` or current folder will be used; Agent is used to
    accept/reject imcoming bluetooth object push requests

B<-p, --opp E<lt>name|macE<gt> E<lt>fileE<gt>>
    Send local file to the specified remove device using object push
    profile

B<-f, --ftp E<lt>name|macE<gt>>
    Start ftp session with remote device; If session opened
    successfuly, ftp shell will be opened

    FTP commands:

        help                    Show help message
        exit                    Close FTP session
        cd <folder>             Change the current folder of the remote device
        mkdir <folder>          Create a new folder in the remote device
        ls                      List folder contents
        get <src> <dst>         Copy the src file (from remote device) to the dst file (on local filesystem)
        put <src> <dst>         Copy the src file (from local filesystem) to the dst file (on remote device)
        cp <src> <dst>          Copy a file within the remote device from src file to dst file
        mv <src> <dst>          Move a file within the remote device from src file to dst file
        rm <target>             Deletes the specified file/folder

=head1 AUTHOR

Alexander Orlenko <zxteam@gmail.com>.

=head1 SEE ALSO

bt-adapter(1) bt-agent(1) bt-audio(1) bt-device(1) bt-input(1) bt-monitor(1) bt-network(1) bt-serial(1)