mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
8514623830
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
546 B
Text
10 lines
546 B
Text
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.
|