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)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
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
저자
Ziad Adel
@ziadadelAI Automation Growth Partner with 5 years of experience in the tech and hyper growing startups industry
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유