summaryrefslogtreecommitdiffstats
path: root/doc/en/othertools.docbook
blob: 526c3eb80a39ecedc52e1573a14e2bd53e5eede7 (plain)
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
<sect1 id="components.othertools">
<title>Additional Integration- and Command Line Tools</title>
<para>
This sections lists all the other smaller tools and script that come
with tdebluez. Most of them are of limited use alone, but supposed
to be called from within scripts or by other programs.
</para>

<sect2 id="components.othertools.tdeioclient">
<title>tdeioclient: Access to the TDEIO OBEX framework</title>
<para>
This is a little utility to access tdeioslaves from the command line.
So <command>tdeioclient</command> is actually a general purpose utility.
</para>
<para>
With <command>tdeioclient</command> you can copy, list, delete any
file or directory which is accessible by TDE's TDEIO Framework. You can
copy a file from a FTP server directly to another server using WebDAV
or list a directory via SSH with tdeio_fish. Or - and that's where it 
becomes interesting for us - you can access files on your mobile phone
via tdeio_obex. 
</para>
<para>
Please note that tdeioclient - even though it is a command line program - still needs to be
 run from within KDE, so you won't be able to use it in cronjobs for instance.
</para>

</sect2>

</sect1>