Download and Upload Image via FTP
detail.loadingPreview
Downloads an image from a URL and uploads it to an FTP server, then lists files in the FTP directory.
About This Workflow
This workflow demonstrates how to fetch an image from a web URL using the HTTP Request node and then upload it to an FTP server using the FTP node. Finally, it lists the contents of the FTP upload directory.
Key Features
- Download files from a given URL.
- Upload files to an FTP server.
- List files within an FTP directory.
- Configure FTP credentials securely.
How To Use
- Trigger: The workflow starts with a manual trigger.
- HTTP Request: Configure the
HTTP Requestnode with the desired image URL (e.g.,https://n8n.io/n8n-logo.png). EnsureresponseFormatis set tofile. - FTP Upload: Configure the first
FTPnode to upload the downloaded file. Set thepathto the destination on the FTP server (e.g.,/upload/n8n_logo.png) and theoperationtoupload. Provide your FTP credentials. - FTP List: Configure the second
FTPnode to list files. Set thepathto the directory you want to list (e.g.,/upload/) and theoperationtolist. Use the same FTP credentials.
Apps Used
Workflow JSON
{
"id": "ffc0c6ad-8020-4521-a4c9-757e2f8e7876",
"name": "Download and Upload Image via FTP",
"nodes": 15,
"category": "File Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: ffc0c6ad-8020...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Slack Image Upload Workflow
This workflow automates the process of uploading images from Slack to a public S3 CDN, generating shareable links.
Image to PDF Conversion with Metadata
Converts an image to PDF and generates structured metadata in both English and Chinese.
Automated Gmail Attachment Archiving to Google Drive with Metadata
Automatically process Gmail attachments, organize them into dated and company-specific folders in Google Drive, and add structured metadata.