Package com.adaptris.filesystem.smbj
Interaction with SMB mounts via SMBJ
-
Interface Summary Interface Description AuthenticationProvider ConfigProvider WriteMode -
Class Summary Class Description AnonymousAccess Anonymous access to a SMB share.AppendMode Mode which overwrites if the file already existsConnector CreateMode The default write mode which assumes that a new file will be created.DefaultConfig Default configuration for SMB share.ExtendedConfig Exposes additional seetings for SMB configuration.GuestAccess Guest access to the SMB ShareHelper OverwriteMode Mode which appends to an existing file if it exists.ReadFileService Read a file from a remote SMB Share.SMBConnection Wraps common functionality for both producers and consumers.SMBConnection.CloseOnExpiry SMBConsumer Consume from a SMB share, deleting the file after consumption.SMBProducer Produce to a SMB share.UserAccess Access to an SMB share via the named user/password/domain.