1OBEXFTPD(1) ObexFTP 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
23 -i, --irda
24 Acceopt connections using the IrDA protocol.
25
26 -b, --bluetooth
27 Accept connections via bluetooth.
28
29 -t device, --tty device
30 Accept connections from this tty device. NOT WORKING!
31
32 -n host, --network host
33 Accept connections from the network to this port.
34
35 Setting The File Path
36
37 -c folder, --chdir folder
38 Set the base directory for the server.
39
40 Version Information And Help
41
42 -v, --verbose
43 Be verbose and give some additional infos.
44
45 -V, --version
46 Print version string and exit.
47
48 -h, --help, --usage
49 Print short usage instructions.
50
52 Start listening for bluetooth connections and use a safe basedir:
53 obexftpd -c /tmp/inbox -b
54
56 obexftp(1), openobex(3), obexftp(3), multicobex(3), libbfb(3).
57
59 Bugs ? Features !
60
62 The software has been tested and reported working on at least Siemens,
63 Ericsson, and Nokia phones.
64
66 Christian W. Zuckschwerdt <zany@triq.net> Alan Zhang <vibra@tom.com>
67
68
69
702006-03-23 2006-03-23 OBEXFTPD(1)