GetSmbFile 2.0.0

Bundle
org.apache.nifi | nifi-smb-nar
Description
Reads file from a samba network location to FlowFiles. Use this processor instead of a cifs mounts if share access control is important. Configure the Hostname, Share and Directory accordingly: \\[Hostname]\[Share]\[path\to\Directory]
Tags
samba, smb, cifs, files, get
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success All files are routed to success
Writes Attributes
Name Description
filename The filename is set to the name of the file on the network share
path The path is set to the relative path of the file's network share name. For example, if the input is set to \\hostname\share\tmp, files picked up from \tmp will have the path attribute set to tmp
file.creationTime The date and time that the file was created. May not work on all file systems
file.lastModifiedTime The date and time that the file was last modified. May not work on all file systems
file.lastAccessTime The date and time that the file was last accessed. May not work on all file systems
absolute.path The full path from where a file was picked up. This includes the hostname and the share name
See Also