Technical Infrastructure & DevOps

1093 Manual Ftp Automation Webhook

1093 Manual Ftp Automation Webhook

Manual
Medium
4
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
4
Node Types
0

Workflow JSON

1.68 KB
{
  "name": "1093 Manual Ftp Automation Webhook",
  "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": "ftp_creds"
      },
      "typeVersion": 1
    },
    {
      "name": "FTP1",
      "type": "n8n-nodes-base.ftp",
      "position": [
        850,
        350
      ],
      "parameters": {
        "path": "/upload/",
        "operation": "list"
      },
      "credentials": {
        "ftp": "ftp_creds"
      },
      "typeVersion": 1
    },
    {
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        450,
        350
      ],
   ...

Showing first 1000 characters. Click "Expand" to view the full JSON.