Could it be possible to add NFS support so manspider can search files in SMB and NFS with the same regex/rules/options... ?
NFSv3 couid be implemented first (no authentification) then later NFSv4 since v4 is still hardly used and a little more complex.
This might require some refactoring work to make manspider more modular so it can use SMB or NFS protocol, but it will also allow the implementation of others protocols in the futur.
Going further in this reasoning, if manspider added an API to communicate btw the protocol and its core, it could allow anyone to easily submit a new protocol implementation.
Could it be possible to add NFS support so manspider can search files in SMB and NFS with the same regex/rules/options... ?
NFSv3 couid be implemented first (no authentification) then later NFSv4 since v4 is still hardly used and a little more complex.
This might require some refactoring work to make manspider more modular so it can use SMB or NFS protocol, but it will also allow the implementation of others protocols in the futur.
Going further in this reasoning, if manspider added an API to communicate btw the protocol and its core, it could allow anyone to easily submit a new protocol implementation.