summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.