diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 84da08d7b7fcda12c85caeb5a10b4903770a6f69 (patch) | |
tree | 2a6aea76f2dfffb4cc04bb907c4725af94f70e72 /konq-plugins/smbmounter | |
download | tdeaddons-84da08d7b7fcda12c85caeb5a10b4903770a6f69.tar.gz tdeaddons-84da08d7b7fcda12c85caeb5a10b4903770a6f69.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konq-plugins/smbmounter')
-rw-r--r-- | konq-plugins/smbmounter/Readme | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/konq-plugins/smbmounter/Readme b/konq-plugins/smbmounter/Readme new file mode 100644 index 0000000..0ccf41c --- /dev/null +++ b/konq-plugins/smbmounter/Readme @@ -0,0 +1,19 @@ +This directory existed until kde 3.3, if you're interested to revive it, you +can get it back from cvs. It has been removed because the smbro-ioslave has also +been removed, and this plugin doesn't work without it. + +This plugin for konqy works together with the smbro ioslave. +It uses the special() function of the smbro ioslave to mount and unmount smb +shares. This is done by the ioslave by executing smbmount and smbumount. +Therefor both have to be installed suid root. +If you consider this a security risk, don't use this plugin. +Move with konqy into a smb share (e.g. smb://host/my_files) and then select +Tools->smbmount current share. The share "my_files" will be mounted under +"~/smb_network/host/my_files". Once you mounted the share, the menu item +"smbumount current share" becomes active, so that you can unmount it again. + +AFAIK smbmount is linux-only, so it won't work on other systems. + +If you have suggestions, wishes or find bugs, send me an email. + +Alexander Neundorf <neundorf@kde.org> |