/
What's the purpose of the channel "Path" field?

What's the purpose of the channel "Path" field?

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 }

Related:

Related content

Distribution Channel Path Variables
Distribution Channel Path Variables
More like this
Change upload directory
Change upload directory
More like this
Verify channel destination
Verify channel destination
More like this
Create Channel
Create Channel
More like this
Explanation of destination fields
Explanation of destination fields
More like this
Edit channel destination
Edit channel destination
More like this