Can not setup a file path

Hi everybody,

I use the node "node-red-contrib-ftp" -ftp in.
Unfortunately, I am not able to include the source_path or the destination_filename in the path specification.

Form:
node-form

Debug Node:
debug-node

I have already tried the following notation:
{{source_path}}
{{source_path}}
{{msg.source_path}}
{{{msg.source_path}}}

What am I doing wrong?
Do I still need a service running in the background to use the mustache notation?

Thank you very much for support.

Reading the documentation of the node, it does not accept mustache syntax (ie, no {{ .... }})

You have to pass in msg.filename and msg.localFilename instead and clear the fields.

Thank you very much.
I am very grateful for your help.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.