1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//DE" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<reference>
<refentry id="ussp-push">
<refentryinfo>
<date>2006-09-27</date>
<productname>ussp-push</productname>
<productnumber>0.9</productnumber>
</refentryinfo>
<refmeta>
<refentrytitle>ussp-push</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">User commands</refmiscinfo>
</refmeta>
<refnamediv>
<refname>ussp-push</refname>
<refpurpose>send file via bluetooth with the object push protocol</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>ussp-push</command>
<arg choice="opt"><option>--dev</option> <replaceable>devid</replaceable></arg>
<arg choice="opt"><option>--timeo</option> <replaceable>sec</replaceable></arg>
<arg choice="opt"><option>--debug</option></arg>
<group choice="req">
<arg choice="plain"><replaceable>DEVICE</replaceable></arg>
<arg choice="plain"><replaceable>BTADDR</replaceable>@<optional><replaceable>BTCHAN</replaceable></optional></arg>
</group>
<arg choice="plain"><replaceable>LFILE</replaceable></arg>
<arg choice="plain"><replaceable>RFILE</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>
ussp-push is a program that can be used to send files using OBEX (OBject EXchange)
protocol over Bluetooth.
</para>
</refsect1>
<refsect1>
<title>Options</title>
<variablelist>
<varlistentry>
<term><option>--dev</option></term>
<listitem><para>
specify the <replaceable>devid</replaceable> of the bluetooth host controller
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--timeo</option></term>
<listitem><para>
<replaceable>app</replaceable> specifies the RFCOMM connect timeout in seconds
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--debug</option></term>
<listitem><para>
enable debug messages.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option><replaceable>DEVICE</replaceable></option></term>
<listitem><para>
an RFCOMM TTY device file
</para></listitem>
</varlistentry>
<varlistentry>
<term><option><replaceable>BTADDR</replaceable></option></term>
<listitem><para>
the remote bluetooth address to send the file to, the @ sign must follow the address
</para></listitem>
</varlistentry>
<varlistentry>
<term><option><replaceable>BTCHAN</replaceable></option></term>
<listitem><para>
the remote bluetooth channel to send the file to
</para></listitem>
</varlistentry>
<varlistentry>
<term><option><replaceable>LFILE</replaceable></option></term>
<listitem><para>
the local file name
</para></listitem>
</varlistentry>
<varlistentry>
<term><option><replaceable>RFILE</replaceable></option></term>
<listitem><para>
the remote file name
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Author</title>
<para>
This manpage was written by Hendrik Sattler <email>post@hendrik-sattler.de</email>
for the Debian project.
</para>
</refsect1>
</refentry>
</reference>
|