FTPファイルを自動のにGoogle Driveにバックアップし、定期のに同期する

初級

これはFile Management, Multimodal AI分野の自動化ワークフローで、5個のノードを含みます。主にFtp, Cron, GoogleDriveなどのノードを使用。 FTP ファイルは自動のに Google ドライブにバックアップされ、定期のに同期されます

前提条件
  • 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 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
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

初級 - ファイル管理, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

AI と Apify を使って LinkedIn 投稿の要約を自動のに Slack に送信
AI と Apify で LinkedIn 投稿を自動まとめて Slack に送信
Code
Cron
Slack
+
Code
Cron
Slack
14 ノードZiad Adel
AI要約
Google DriveからFTPへのファイル転送とJSONログ記録およびレポートの自動化
Google DriveからFTPへのファイル転送を自動化し、JSONログ出力とレポートを生成
If
Ftp
Code
+
If
Ftp
Code
15 ノードDariusz Koryto
ファイル管理
Reddit の絵文字を自動のに Google Drive にダウンロードし、重複検出と Telegram メッセージで通知
Reddit からのスタンプを自動のに Google Drive にダウンロードし、重複検出と Telegram アラートを含める
If
Set
Code
+
If
Set
Code
20 ノードVitorio Magalhães
ファイル管理
Zoom の録画を Google ドライブに保存し、Airtable にメーティング記録を加える
Zoom 録画を Google ドライブに自動保存し、Airtable でメッセージを記録
Code
Webhook
Airtable
+
Code
Webhook
Airtable
7 ノードDavid Olusola
ファイル管理
Google Driveで保存し、TelegramでリマインドしてInstagram Reelをダウンロードを自動化
Google Drive の保存と Telegram によるリマインダーで Instagram Reel ダウンロードを自動化
If
Code
Webhook
+
If
Code
Webhook
11 ノードAryan Shinde
ファイル管理
僕のワークフロー 2
スマートクリーニングとメール通知付きの自動FTPファイル移行
Ftp
Set
Filter
+
Ftp
Set
Filter
15 ノードDariusz Koryto
ファイル管理
ワークフロー情報
難易度
初級
ノード数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で表示

このワークフローを共有

カテゴリー

カテゴリー: 34