Class SmbFetcher

All Implemented Interfaces:
Configurable<SmbFetcherConfig>, EventListener<Event>, Fetcher, EventListener, Consumer<Event>

public class SmbFetcher extends AbstractNioFetcher<SmbFetcherConfig>

CIFS fetcher (Samba, Windows share) (smb://), backed by a custom, read-only NIO.2 FileSystemProvider (SmbFileSystemProvider) built directly on jcifs-ng's classic SmbFile API.

Access Control List (ACL)

This fetcher will try to extract access control information for each SMB file. If you have no need for them, you can disable acquiring them with SmbFetcherConfig.setAclDisabled(boolean).