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": "Start: 매시간 실행",
      "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": "Sticky Note",
      "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)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
초급
노드 수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