summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEmanoil Kotsev <deloptes@gmail.com>2023-03-13 20:31:19 +0000
committerEmanoil Kotsev <deloptes@gmail.com>2023-03-20 07:25:45 +0000
commitc95a42982628b4b06ceed0c01cada10806c9b53c (patch)
treeee5bb82e46741f57362bb5c4a0f2133d1d525cdb /README.md
parent66c9d2a5920b30474b595603a79915d2be38cdbe (diff)
downloadtdebluez-c95a42982628b4b06ceed0c01cada10806c9b53c.tar.gz
tdebluez-c95a42982628b4b06ceed0c01cada10806c9b53c.zip
i18n and some minor corrections
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4139ab..e2ba412 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,13 @@ This is the main library providing the core functionality.
New for BlueZ 5 D-Bus API.
+## tdebluezioclient
+This is an openobex command line client using tdeio_obex from libtdeobex.
+
+Here is an example
+```
+tdebluezioclient ls obexopp:/[50:xx:xx:xx:xx:xx]:/Music
+```
## tdebluezauth
This is helper application that can be run stand alone, but it is usually started from tdebluez.
@@ -66,7 +73,7 @@ It provides agent for authentication utilizing several DBus interfaces.
This can be seen as third party application that can be started as stand alone application or by tdebluez.
It provides Obex FTP, OPP, Message Access, PSE.
-* FTP is working per default in ~/Download directory.
+* ObexFTP is working per default in ~/Download directory.
If you want to change this, open .trinity/share/config/tdebluezrc and add/modify entry
downloadDir=Downloads
You can use absolute or relative path. Both absolute and relative can be used, but relative paths are assumed to be relative to user $HOME folder. Default $HOME/Downloads.