You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
<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>
|
|
|