Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.12.1
-
None
Description
I'm trying the new PutSmbFile, which I have been waiting for for years. So many many thanks to the code writer.
In the properties it is possible to set "Create Missing Directories" to true. But it will only create the last subdir and not multiple dirs.
So for instance I would like to save files in: \\server\share\dir1\dir2\dir3. Both Dir1 and Dir2 have to exists.
It is not possible to save files in dynamically subpaths like: ${year}\${month}\${day}
This i possible with PutFTP.
Looking through the code, it use share.mkdir(directory) instead of .mkdir*s*
Attachments
Issue Links
- is fixed by
-
NIFI-9348 Enhance PutSMB processor to accept a temporary suffix while copying
-
- Resolved
-
- links to