Bug: SFTP target not taking versioning macros

Get help for specific problems
Posts: 4
Joined: 14 Nov 2017

ong

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
Attachments
Zwischenablage03.png
Zwischenablage03.png (152.18 KiB) Viewed 396 times
User avatar
Site Admin
Posts: 7523
Joined: 9 Dec 2007

Zenju

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.