You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/external.rst
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,24 @@ External Filesystems
3
3
4
4
The following filesystems work with the FS interface, but are not built-in the the fs module. Please see the documentation for how to install them.
5
5
6
-
WebDAV
7
-
------
6
+
SSH |ci ssh|
7
+
------------
8
+
`fs.sshfs <https://pypi.python.org/pypi/fs.sshfs/>`_ implements a Pyfilesystem2 filesystem running over the `SSH <https://en.wikipedia.org/wiki/Secure_Shell>`_ protocol, using `paramiko <https://pypi.python.org/pypi/paramiko>`_.
8
9
9
-
`fs.webdavfs <https://pypi.python.org/pypi/fs.webdavfs/>`_ implements the `WebdavFS <https://en.wikipedia.org/wiki/WebDAV>`_ protocol.
`fs.smbfs <https://pypi.python.org/pypi/fs.smbfs/>`_ implements a Pyfilesystem2 filesystem running over the `SMB <https://en.wikipedia.org/wiki/Server_Message_Block>`_ protocol, using `pysmb <https://pypi.python.org/pypi/pysmb>`_.
`fs.webdavfs <https://pypi.python.org/pypi/fs.webdavfs/>`_ implements Pyfilesystem2 over the `WebDAV <https://en.wikipedia.org/wiki/WebDAV>`_ protocol.
0 commit comments