Expose data download from FTP

Hello,

Is it possible to expose data download from an FTP node?

Information on your n8n setup

  • n8n version: 1.27.2
  • Database (default: SQLite): i don’t know, it’s on n8n cloud
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: i don’t know, it’s on n8n cloud

@michael75 , yes. The downloaded file is accessible via {{ $binary.data }}

What do you imply by “expose data”? Do you want to process the downloaded file in the workflow or you mean to make it available to the public somehow?

Many thanks for you answer. I mean to make it available to the public.

@michael75 , yes, you can do that as well. The next question is what form of the public availability do you have in mind? For example, you could have the file uploaded to Google Drive and make it publicly available.

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