Mobile equipment file transfer server
obexftpd [OPTIONS] [TRANSPORT]
With obexftpd you can set up an obex server on any computers using IrDA, Bluetooth or TCP/IP. Use e.g. obexftp or the ObexFS to access the files on this server.
The ordering of options is important. The first transport option will start the server. Use basedir and verbose options prior to any transport. See EXAMPLES
-i, --irda
Acceopt connections using the IrDA protocol.
-b, --bluetooth
Accept connections via bluetooth.
-t device, --tty device
Accept connections from this tty device. NOT WORKING!
-n host, --network host
Accept connections from the network to this port.
-c folder, --chdir folder
Set the base directory for the server.
-v, --verbose
Be verbose and give some additional infos.
-V, --version
Print version string and exit.
-h, --help, --usage
Print short usage instructions.
Start listening for bluetooth connections and use a safe basedir:
obexftpd -c /tmp/inbox -b
obexftp(1), openobex(3), obexftp(3), multicobex(3), libbfb(3).
Bugs ? Features !
The software has been tested and reported working on at least Siemens, Ericsson, and Nokia phones.
Christian W. Zuckschwerdt <[email protected]> Alan Zhang <[email protected]>