summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanoil Kotsev <deloptes@gmail.com>2023-03-20 07:35:54 +0000
committerEmanoil Kotsev <deloptes@gmail.com>2023-03-20 07:35:54 +0000
commit9b10e2d430807fd7421688679b82f7fcc216cbde (patch)
tree8a415a98b3f1c1939464adcb2d14f94950603363
parentc95a42982628b4b06ceed0c01cada10806c9b53c (diff)
downloadtdebluez-9b10e2d4.tar.gz
tdebluez-9b10e2d4.zip
Minor updates on the README
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index e2ba412..e4139ab 100644
--- a/README.md
+++ b/README.md
@@ -57,13 +57,6 @@ 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.
@@ -73,7 +66,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.
-* ObexFTP is working per default in ~/Download directory.
+* FTP 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.