Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

obexftpd(1) [debian man page]

obexftpd(1)															       obexftpd(1)

NAME
obexftpd - Mobile Equipment file transfer server SYNOPSIS
obexftpd [OPTIONS] [TRANSPORT] DESCRIPTION
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. OPTIONS
The ordering of options is important. The first transport option will start the server. Use basedir and verbose options prior to any trans- port. See EXAMPLES TRANSPORT OPTIONS -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. SETTING THE FILE PATH -c folder, --chdir folder Set the base directory for the server. VERSION INFORMATION AND HELP -v, --verbose Be verbose and give some additional infos. -V, --version Print version string and exit. -h, --help, --usage Print short usage instructions. EXAMPLES
Start listening for bluetooth connections and use a safe basedir: obexftpd -c /tmp/inbox -b SEE ALSO
obexftp(1), openobex(3), obexftp(3), multicobex(3), libbfb(3). BUGS
Bugs ? Features ! NOTES
The software has been tested and reported working on at least Siemens, Ericsson, and Nokia phones. AUTHOR
Christian W. Zuckschwerdt <zany@triq.net> Alan Zhang <vibra@tom.com> 17 February 2009 obexftpd(1)

Check Out this Related Man Page

bt-obex(1)							    bluez-tools 							bt-obex(1)

NAME
bt-obex - a bluetooth OBEX client/server 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> 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. OPTIONS
-h, --help Show help -a, --adapter <name|mac> Specify adapter to use by his Name or MAC address (if this option does not defined - default adapter used) -s, --server [<path>] Register agent at OBEX server and set incoming/root directory to `path` or current folder will be used; Agent is used to accept/reject incoming bluetooth object push requests -p, --opp <name|mac> <file> Send local file to the specified remote device using object push profile -f, --ftp <name|mac> 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 AUTHOR
Alexander Orlenko <zxteam@gmail.com>. 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) 2010-08-16 bt-obex(1)
Man Page