Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The channel “Path” field should contain the directory path on the destination server where the files will be uploaded. That path can contain fixed strings and/or variables.

Example: Path to a dated directory

/path/to/directory-${DATESTAMP}

At the moment of distribution, ${DATESTAMP} is replaced with the current date formatted as YYYYMMDD.

If performed on October 31, 2023, the path would be:

/path/to/directory-20231031

Note:

  • /path/to/directory- is a fixed string; it’s the same for every distribution

  • Path variables begin with ${ and end with }

  • No labels