diff options
Diffstat (limited to 'network/netdrive-connector')
-rw-r--r-- | network/netdrive-connector/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/netdrive-connector/README b/network/netdrive-connector/README index 7e0b0df326cb..29036fe8d91c 100644 --- a/network/netdrive-connector/README +++ b/network/netdrive-connector/README @@ -1,3 +1,5 @@ +netdrive-connector (Netdrive Connector) + Utility to setup mountable SFTP and WebDAV connections. Includes a GUI tool written in PyQt4 and command line tools as follows: @@ -7,4 +9,5 @@ Includes a GUI tool written in PyQt4 and command line tools as follows: - 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. +Either one of the dependencies (davfs2, sshfs-fuse) can be left out, +if you choose not to use that connection type. |