External Filesystems

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.

SSH ci ssh

fs.sshfs implements a Pyfilesystem2 filesystem running over the SSH protocol, using paramiko.

SMB ci smb

fs.smbfs implements a Pyfilesystem2 filesystem running over the SMB protocol, using pysmb.

WebDAV ci webdav

fs.webdavfs implements Pyfilesystem2 over the WebDAV protocol.