8
n8n 中文网amn8n.com

FTP文件自动备份至Google Drive并定时同步

初级

这是一个File Management, Multimodal AI领域的自动化工作流,包含 5 个节点。主要使用 Ftp, Cron, GoogleDrive 等节点。 FTP文件自动备份至Google Drive并定时同步

前置要求
  • Google Drive API 凭证

使用的节点 (5)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "f01290caa6c024522b0ed5bb2d09cea02bb113d8970b898b340ca3d74255326e"
  },
  "nodes": [
    {
      "id": "c973768c-211d-4222-bb78-184616c0506e",
      "name": "开始:每小时执行",
      "type": "n8n-nodes-base.cron",
      "position": [
        -96,
        -32
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "mode": "everyHour"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "5aba0708-72a9-4abe-b76d-15f656fda507",
      "name": "FTP:列出文件",
      "type": "n8n-nodes-base.ftp",
      "position": [
        176,
        -32
      ],
      "parameters": {
        "path": "/{{FTP_FOLDER}}",
        "operation": "list"
      },
      "typeVersion": 1
    },
    {
      "id": "a448e878-9029-451e-b340-73a3a04d00f1",
      "name": "FTP:下载文件",
      "type": "n8n-nodes-base.ftp",
      "position": [
        416,
        -32
      ],
      "parameters": {
        "path": "={{$json[\"path\"]}}",
        "options": {}
      },
      "typeVersion": 1
    },
    {
      "id": "6dab0201-c99f-4f73-bcf1-f6b659e162b4",
      "name": "Google Drive:上传",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        656,
        -32
      ],
      "parameters": {
        "options": {},
        "binaryData": true,
        "authentication": "oAuth2"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "GOOGLE_DRIVE_ID",
          "name": "My Drive"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "93ec351a-3bd8-4199-83ba-556c73213cf7",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -656,
        -336
      ],
      "parameters": {
        "width": 480,
        "height": 640,
        "content": "# FTP到Google Drive文件同步"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "FTP: List Files": {
      "main": [
        [
          {
            "node": "FTP: Download File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start: Every Hour": {
      "main": [
        [
          {
            "node": "FTP: List Files",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FTP: Download File": {
      "main": [
        [
          {
            "node": "Google Drive: Upload",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级 - 文件管理, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量5
分类2
节点类型4
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者
Ziad Adel

Ziad Adel

@ziadadel

AI Automation Growth Partner with 5 years of experience in the tech and hyper growing startups industry

外部链接
在 n8n.io 查看

分享此工作流