summaryrefslogtreecommitdiff
path: root/network/netdrive-connector/README
diff options
context:
space:
mode:
authorEuan Thoms <euan at potensol dot com>2015-03-29 22:13:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-30 09:09:09 +0700
commit85146238303654eaa4c19bc9337800d2899c5280 (patch)
treeaabb974b90a1580c192ecb225a654707862c97b9 /network/netdrive-connector/README
parent77806f854efc0fdb1281ebac3beb63ec8a5e6334 (diff)
downloadslackbuilds-85146238303654eaa4c19bc9337800d2899c5280.tar.gz
network/netdrive-connector: Added (Netdrive Connector).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/netdrive-connector/README')
-rw-r--r--network/netdrive-connector/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/netdrive-connector/README b/network/netdrive-connector/README
new file mode 100644
index 0000000000..7e0b0df326
--- /dev/null
+++ b/network/netdrive-connector/README
@@ -0,0 +1,10 @@
+Utility to setup mountable SFTP and WebDAV connections.
+
+Includes a GUI tool written in PyQt4 and command line tools as follows:
+
+ - add-sftp-connector : sets up a mountable SFTP (sshfs) connection
+ - remove-sftp-connector : removes a mountable SFTP (sshfs) connection
+ - add-webdav-connector : sets up a mountable webdav (davfs2) connection
+ - remove-webdav-connector : removes a mountable webdav (davfs2) connection
+
+Either one of the dependencies (davfs2, sshfs-fuse) can be left out, if you choose not to use that connection type.