File: ircp.xml

package info (click to toggle)
libopenobex 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 972 kB
  • ctags: 1,552
  • sloc: ansic: 9,988; xml: 407; makefile: 96
file content (62 lines) | stat: -rw-r--r-- 1,975 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" ?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<reference id="openobex-apps">
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="referenceinfo.xml" />

  <title>openobex</title>

  <refentry id="ircp">
    <refmeta>
      <refentrytitle>ircp</refentrytitle>
      <manvolnum>1</manvolnum>
      <refmiscinfo class="manual">User commands</refmiscinfo>
    </refmeta>
    <refnamediv>
      <refname>ircp</refname>
      <refpurpose>send or receive files via infrared connection</refpurpose>
    </refnamediv>
    <refsynopsisdiv>
      <cmdsynopsis>
	<command>ircp</command>
	<arg choice="opt"><option>-r <replaceable><optional>destination</optional></replaceable></option></arg>
      </cmdsynopsis>
      <cmdsynopsis>
	<command>ircp</command>
	<arg><replaceable>file...</replaceable></arg>
      </cmdsynopsis>
    </refsynopsisdiv>
    <refsect1>
      <title>Description</title>
      <para>
	ircp is a small utility to transfer files
	from or to a remote Linux machine, Windows computer, or various PDAs
	by using an infrared (IrDA) port.
	It is designed for working e.g. with Quickbeam.
      </para>
      <para>
	This program is designed to be an example application for the openobex
	library.
      </para>
    </refsect1>
    <refsect1>
      <title>Options</title>
      <variablelist>
	<varlistentry>
          <term><option>-r</option></term>
          <listitem>
            <para>
	      Use ircp to receive files.  If destination is given, the
	      received files are stored in that directory; if not, the files
	      are copied to your current directory.
	      If this options is not given, the specified files are sent
	    </para>
          </listitem>
	</varlistentry>
      </variablelist>
    </refsect1>
    <refsect1>
      <title>See also</title>
      <para>irobex_palm3(1), irxfer(1)</para>
    </refsect1>
  </refentry>
</reference>