Hi,
please see the attached file.
I noticed, that when I try to use versioning if this should be done on the sftp macros do not work correctly:
%year% and %month% can not be used: They are immediately replaced with the current values
Olaf
Bug: SFTP target not taking versioning macros
- Posts: 4
- Joined: 14 Nov 2017
- Attachments
-
- Zwischenablage03.png (152.18 KiB) Viewed 396 times
-
- Site Admin
- Posts: 7523
- Joined: 9 Dec 2007
This is a known "design issue". The current concept is that macros are substituted before being used by the folder pickers. So as long as the macros are inserted after using the folder picker, everything works as expected. For what it's worth, this enables use of custom macros like %dynamic_sftp_path% that are resolved to a full sftp path at runtime.