FTP filename adding /home/node/.n8n to path

/public_html/risk/images/{{ $json.fileName }} produces

/public_html/risk/images//home/node/.n8n/429830416_388674047243686_4100193453073393589_n.jpg

ie it is adding /home/node/.n8n

This didn’t happen on local install.

  • **n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):cloud
  • **Operating system:windows

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Just noticed the AI help. It offered {{ $json.fileName.split(‘/’).pop() }}

Working now.

1 Like

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