Class Samba2FileSystem

java.lang.Object
org.frankframework.filesystem.AbstractFileSystem<SmbFileRef>
org.frankframework.filesystem.smb.Samba2FileSystem
All Implemented Interfaces:
AutoCloseable, HasPhysicalDestination, IBasicFileSystem<SmbFileRef>, IWritableFileSystem<SmbFileRef>

public class Samba2FileSystem extends AbstractFileSystem<SmbFileRef> implements IWritableFileSystem<SmbFileRef>
Uses the (newer) SMB 2 and 3 protocol. Possible error codes:
Pre-authentication information was invalid (24) / Idenitfier doesn't match expected value (906): login information is incorrect Server not found in Kerberos database (7): Verify that the hostname is the FQDN and the server is using a valid SPN.
Author:
Ali Sihab, Niels Meijer