summaryrefslogtreecommitdiff
path: root/contrib/man/bt-obex.pod
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/man/bt-obex.pod')
-rw-r--r--contrib/man/bt-obex.pod64
1 files changed, 64 insertions, 0 deletions
diff --git a/contrib/man/bt-obex.pod b/contrib/man/bt-obex.pod
new file mode 100644
index 0000000..41559ef
--- /dev/null
+++ b/contrib/man/bt-obex.pod
@@ -0,0 +1,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)