Skip to main content

Automatic FTP file backup to Google Drive with scheduled sync

Workflow preview

Workflow preview
100%
Automatic FTP file backup to Google Drive with scheduled sync preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

What this workflow does This workflow automatically downloads files from an FTP folder and uploads them to Google Drive . It’s useful for backup, reporting, or syncing data between systems. How it ...

Best for

  • File Management automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.cron, n8n-nodes-base.ftp, n8n-nodes-base.googledrive, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ziad Adel.

Original n8n.io source

1.1 Workflow description

Title
Automatic FTP file backup to Google Drive with scheduled sync
Workflow name
Automatic FTP file backup to Google Drive with scheduled sync

What this workflow does

This workflow automatically downloads files from an FTP folder and uploads them to Google Drive.
It’s useful for backup, reporting, or syncing data between systems.

How it works

  1. Cron Trigger runs on a schedule (default: every hour).
  2. FTP List node checks the specified folder on your FTP server.
  3. FTP Download node fetches each file found.
  4. Google Drive Upload node saves the file into your chosen Google Drive folder.

Pre-conditions / Requirements

  • An active FTP server with accessible login credentials.
  • A Google account with access to the Drive folder you want to sync into.
  • Make sure the target Google Drive folder exists, and copy its Folder ID.
  • Ensure files in your FTP folder have unique names if you want to avoid overwriting in Google Drive.

Setup

  • FTP: Add your FTP credentials and replace {{FTP_FOLDER}} with the path of the folder you want to sync.
  • Google Drive: Connect your Google Drive account and replace {{GDRIVE_FOLDER_ID}} with the folder ID where files should be stored.
  • Adjust the Cron schedule (e.g. daily, weekly) depending on how often you need the sync.

Customization Options

  • File filtering: Add an IF node after the FTP List node to only download files matching certain extensions (e.g., .csv, .pdf).
  • File renaming: Use a Set node to rename files before uploading to Google Drive (helpful for timestamping or avoiding duplicates).
  • Archiving: Add a second Google Drive or FTP Upload node to store processed files in an archive folder.
  • Error handling: Connect an Error Trigger to notify you via Slack or email if a file transfer fails.

Benefits & Use Cases — FTP to Google Drive File Sync

Benefits

  • Hands-free backups: Automatically transfers files from FTP to Google Drive.
  • Data security: Ensures files are stored in cloud storage with built-in redundancy.
  • Reliability: Reduces risk of missed uploads or manual errors.
  • Scalable: Works with any FTP folder and Google Drive directory.

Use Cases

  • Regularly back up reports or exports from legacy systems (ERP, CRM, POS).
  • Sync daily logs or CSVs into Google Drive for analytics and team access.
  • Automate delivery of partner or client files without manual uploads.
  • Centralize files from multiple FTP sources into one Drive folder.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Start: Every Hour

Type / Role
n8n-nodes-base.cron - cron
Config choices
Version 1

Block 2 - FTP: List Files

Type / Role
n8n-nodes-base.ftp - ftp
Config choices
Version 1

Block 3 - FTP: Download File

Type / Role
n8n-nodes-base.ftp - ftp
Config choices
Version 1

Block 4 - Google Drive: Upload

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 1

Block 5 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automatic FTP file backup to Google Drive with scheduled sync
Complexity intermediate
Nodes 5
Categories File Management, Multimodal AI
Author Ziad Adel
Published 19 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7604/7604.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automatic FTP file backup to Google Drive with scheduled sync do?

What this workflow does This workflow automatically downloads files from an FTP folder and uploads them to Google Drive . It’s useful for backup, reporting, or syncing data between systems. How it ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your File Management, Multimodal AI use case.