1obexftpd(1) obexftpd(1)
2
3
4
6 obexftpd - Mobile Equipment file transfer server
7
9 obexftpd [OPTIONS] [TRANSPORT]
10
12 With obexftpd you can set up an obex server on any computers using
13 IrDA, Bluetooth or TCP/IP. Use e.g. obexftp or the ObexFS to access
14 the files on this server.
15
17 The ordering of options is important. The first transport option will
18 start the server. Use basedir and verbose options prior to any transā
19 port. See EXAMPLES
20
21 TRANSPORT OPTIONS
22 -i, --irda
23 Acceopt connections using the IrDA protocol.
24
25 -b, --bluetooth
26 Accept connections via bluetooth.
27
28 -t device, --tty device
29 Accept connections from this tty device. NOT WORKING!
30
31 -n host, --network host
32 Accept connections from the network to this port.
33
34 SETTING THE FILE PATH
35 -c folder, --chdir folder
36 Set the base directory for the server.
37
38 VERSION INFORMATION AND HELP
39 -v, --verbose
40 Be verbose and give some additional infos.
41
42 -V, --version
43 Print version string and exit.
44
45 -h, --help, --usage
46 Print short usage instructions.
47
49 Start listening for bluetooth connections and use a safe basedir:
50 obexftpd -c /tmp/inbox -b
51
53 obexftp(1), openobex(3), obexftp(3), multicobex(3), libbfb(3).
54
56 Bugs ? Features !
57
59 The software has been tested and reported working on at least Siemens,
60 Ericsson, and Nokia phones.
61
63 Christian W. Zuckschwerdt <zany@triq.net> Alan Zhang <vibra@tom.com>
64
65
66
67 17 February 2009 obexftpd(1)