Automatisierte FTP-Dateisicherung zu Google Drive mit zeitgesteuerter Synchronisation
Dies ist ein File Management, Multimodal AI-Bereich Automatisierungsworkflow mit 5 Nodes. Hauptsächlich werden Ftp, Cron, GoogleDrive und andere Nodes verwendet. Automatisches Backup von FTP-Dateien zu Google Drive mit zeitgesteuerter Synchronisation
- •Google Drive API-Anmeldedaten
Verwendete Nodes (5)
Kategorie
{
"meta": {
"instanceId": "f01290caa6c024522b0ed5bb2d09cea02bb113d8970b898b340ca3d74255326e"
},
"nodes": [
{
"id": "c973768c-211d-4222-bb78-184616c0506e",
"name": "Start: Jede Stunde",
"type": "n8n-nodes-base.cron",
"position": [
-96,
-32
],
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyHour"
}
]
}
},
"typeVersion": 1
},
{
"id": "5aba0708-72a9-4abe-b76d-15f656fda507",
"name": "FTP: Dateien auflisten",
"type": "n8n-nodes-base.ftp",
"position": [
176,
-32
],
"parameters": {
"path": "/{{FTP_FOLDER}}",
"operation": "list"
},
"typeVersion": 1
},
{
"id": "a448e878-9029-451e-b340-73a3a04d00f1",
"name": "FTP: Datei herunterladen",
"type": "n8n-nodes-base.ftp",
"position": [
416,
-32
],
"parameters": {
"path": "={{$json[\"path\"]}}",
"options": {}
},
"typeVersion": 1
},
{
"id": "6dab0201-c99f-4f73-bcf1-f6b659e162b4",
"name": "Google Drive: Hochladen",
"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": "Haftnotiz",
"type": "n8n-nodes-base.stickyNote",
"position": [
-656,
-336
],
"parameters": {
"width": 480,
"height": 640,
"content": "# FTP to Google Drive File Sync\n\n## What this workflow does\nThis workflow automatically **downloads files from an FTP folder** and **uploads them to Google Drive**. \nIt’s useful for backup, reporting, or syncing data between systems.\n\n## How it works\n1. **Cron Trigger** runs on a schedule (default: every hour). \n2. **FTP List node** checks the specified folder on your FTP server. \n3. **FTP Download node** fetches each file found. \n4. **Google Drive Upload node** saves the file into your chosen Google Drive folder.\n\n## Setup\n- **FTP:** Add your FTP credentials and replace `{{FTP_FOLDER}}` with the path of the folder you want to sync. \n- **Google Drive:** Connect your Google Drive account and replace `{{GDRIVE_FOLDER_ID}}` with the folder ID where files should be stored. \n- Adjust the Cron schedule (e.g. daily, weekly) depending on how often you need the sync.\n"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"5aba0708-72a9-4abe-b76d-15f656fda507": {
"main": [
[
{
"node": "a448e878-9029-451e-b340-73a3a04d00f1",
"type": "main",
"index": 0
}
]
]
},
"c973768c-211d-4222-bb78-184616c0506e": {
"main": [
[
{
"node": "5aba0708-72a9-4abe-b76d-15f656fda507",
"type": "main",
"index": 0
}
]
]
},
"a448e878-9029-451e-b340-73a3a04d00f1": {
"main": [
[
{
"node": "6dab0201-c99f-4f73-bcf1-f6b659e162b4",
"type": "main",
"index": 0
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Anfänger - Dateiverwaltung, Multimodales KI
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
Ziad Adel
@ziadadelAI Automation Growth Partner with 5 years of experience in the tech and hyper growing startups industry
Diesen Workflow teilen