diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-08-25 18:02:04 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-08-25 18:02:04 -0700 |
commit | f8f648c57432a3238a17dc70909947a30ccaebae (patch) | |
tree | 95ffb2fb9409f63be8e322168439cfd1f3f97d3a /tcutils/README.txt | |
parent | fa40106a697611a35b57459c9403cc440a0cc865 (diff) | |
download | xrdp-proprietary-f8f648c57432a3238a17dc70909947a30ccaebae.tar.gz xrdp-proprietary-f8f648c57432a3238a17dc70909947a30ccaebae.zip |
added tcutils, a utility for unmounting usb drives remotely
Diffstat (limited to 'tcutils/README.txt')
-rw-r--r-- | tcutils/README.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tcutils/README.txt b/tcutils/README.txt new file mode 100644 index 00000000..de75f1b2 --- /dev/null +++ b/tcutils/README.txt @@ -0,0 +1,29 @@ +A QT based utility program for thinclients using xrdp and NeutrinoRDP + +This program sends commands to NeutrinoRDP to do something +useful on the client end (such as unmounting a USB drive, +or powering down the client) + +Required packages to build tcutils: +----------------------------------- +libqt4-gui +qt4-dev-tools + +to build tcutils: +----------------- +qmake +make + +To run tcutils: +--------------- +include xrdpapi/.libs in your LD_LIBRARY_PATH + +Example: +-------- +export LD_LIBRARY_PATH=../xrdpapi/.libs +run tcutils inside the xfreerdp session + +this is how we run xfreerdp: +---------------------------- +./xfreerdp --sec rdp --plugin tcutils 192.168.2.149 + |