Network Filesystems
OpenWrt can mount several filesystem that are attached to an IP Network. OpenWrt acts as a client.
OpenWrt can provide filesystems over network links; it acts as a server.
Files can be provided by other means: see filesharing
Supported Network Filesystems
- ftp (via curlftpfs) ftp.overview
- sshfs sshfs.client ,
- sftp sshfs.server , sftp.server
- nfs nfs.client , nfs.server
- cifs cifs.server , samba
- iscsi : tgt package
- remotefs
- tftp tftp.overview
- webdav via davfs2
Embedded FS
::
- owfs ?
- gadgetfs ?
Security
::
The Filesystems mentioned, support varying security. Accessible via TCP often means support for tcp-wrappers (libwrap). Blacklists/Whitelists are sometimes possible. Authentication via ldap ....