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)可能需要您自行付费。
相关工作流推荐
使用 AI 和 Apify 将 LinkedIn 帖子摘要自动发送到 Slack
使用 AI 和 Apify 将 LinkedIn 帖子摘要自动发送到 Slack
Code
Cron
Slack
+5
14 节点Ziad Adel
AI 摘要总结
自动化Google Drive到FTP文件传输与JSON日志记录和报告
自动化Google Drive到FTP文件传输与JSON日志记录和报告
If
Ftp
Code
+7
15 节点Dariusz Koryto
文件管理
使用Google Sheets和Slack的自动化任务提醒与每日总结
使用Google Sheets和Slack的自动化任务提醒与每日总结
If
Cron
Slack
+2
9 节点Ziad Adel
个人效率
发送每日Mailchimp订阅者报告到Slack
发送每日Mailchimp订阅者报告到Slack
Cron
Slack
Mailchimp
+1
4 节点Ziad Adel
市场调研
自动下载 Reddit 表情包到 Google Drive,含重复检测和 Telegram 提醒
自动下载 Reddit 表情包到 Google Drive,包含重复检测和 Telegram 提醒
If
Set
Code
+10
20 节点Vitorio Magalhães
文件管理
自动保存Zoom录制到Google云端硬盘并在Airtable记录会议
自动保存Zoom录制到Google云端硬盘并在Airtable记录会议
Code
Webhook
Airtable
+3
7 节点David Olusola
文件管理
工作流信息
难度等级
初级
节点数量5
分类2
节点类型4
作者
Ziad Adel
@ziadadelAI Automation Growth Partner with 5 years of experience in the tech and hyper growing startups industry
外部链接
在 n8n.io 查看 →
分享此工作流