AutomationFlowsGeneral › Download File & Upload to FTP

Download File & Upload to FTP

Original n8n title: Download a File and Upload It to an FTP Server

Download A File And Upload It To An Ftp Server. Uses manualTrigger, ftp, httpRequest. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesFtpHTTP Request
General Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        350
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "FTP",
      "type": "n8n-nodes-base.ftp",
      "position": [
        650,
        350
      ],
      "parameters": {
        "path": "/upload/n8n_logo.png",
        "operation": "upload"
      },
      "credentials": {
        "ftp": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "FTP1",
      "type": "n8n-nodes-base.ftp",
      "position": [
        850,
        350
      ],
      "parameters": {
        "path": "/upload/",
        "operation": "list"
      },
      "credentials": {
        "ftp": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        450,
        350
      ],
      "parameters": {
        "url": "https://n8n.io/n8n-logo.png",
        "options": {},
        "responseFormat": "file"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "FTP": {
      "main": [
        [
          {
            "node": "FTP1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "FTP",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Download A File And Upload It To An Ftp Server. Uses manualTrigger, ftp, httpRequest. Event-driven trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.

HTTP Request, Read Write File
General

Convert Xlsx To Pdf Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 5 nodes.

Read Write File, HTTP Request
General

Convert Pptx To Pdf Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 5 nodes.

Read Write File, HTTP Request
General

Convert Pdf To Pdfa Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 5 nodes.

Read Write File, HTTP Request
General

Convert Web Page To Pdf Using Convertapi. Uses httpRequest, manualTrigger, readWriteFile, stickyNote. Event-driven trigger; 5 nodes.

HTTP Request, Read Write File