Class Samba2Sender
java.lang.Object
org.frankframework.senders.AbstractSender
org.frankframework.senders.AbstractSenderWithParameters
org.frankframework.filesystem.AbstractFileSystemSender<SmbFileRef, Samba2FileSystem>
org.frankframework.senders.Samba2Sender
- All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IScopeProvider, ISender, ISenderWithParameters, IWithParameters, NameAware, Samba2FileSystemDelegator, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle
public class Samba2Sender
extends AbstractFileSystemSender<SmbFileRef, Samba2FileSystem>
implements Samba2FileSystemDelegator
Uses the (newer) SMB 2 and 3 protocol.
Possible error codes:
Pre-authentication information was invalid (24) or Identifier 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.
Pre-authentication information was invalid (24) or Identifier 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:
- Niels Meijer
-
Field Summary
Fields inherited from class AbstractSenderWithParameters
parameterNamesMustBeUnique, paramListFields inherited from class AbstractSender
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractFileSystemSender
addActions, configure, getAction, getFileSystem, getPhysicalDestinationName, sendMessage, setAction, setCharset, setCreateFolder, setDeleteEmptyFolder, setDestination, setExcludeWildcard, setFilename, setFileSystem, setInputFolder, setNumberOfBackups, setOutputFormat, setOverwrite, setRemoveNonEmptyFolder, setRotateDays, setRotateSize, setTypeFilter, setWildcard, setWriteLineSeparator, start, stopMethods inherited from class AbstractSenderWithParameters
addParameter, checkStringAttributeOrParameter, consumesSessionVariable, getParameterList, getParameterOverriddenAttributeValue, getParameterOverriddenAttributeValue, getParameterValueListMethods inherited from class AbstractSender
createBean, getLogPrefix, getName, isRunning, setApplicationContext, setNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface FrankElement
addConfigWarningMethods inherited from interface HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface ISender
isSynchronous, sendMessageOrThrowMethods inherited from interface Samba2FileSystemDelegator
getFileSystem, setAuthAlias, setAuthType, setDomainName, setHostname, setKdc, setPassword, setPort, setRealm, setShare, setUsername
-
Constructor Details
-
Samba2Sender
public Samba2Sender()
-