ftpc-storage

List and download files from FTP, SFTP, S3, and Azure backends.

Updated Mar 13, 2025
One-click install
npx skills add https://github.com/edoannunziata/ftpc --skill ftpc-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ftpc-storage
Source: https://github.com/edoannunziata/ftpc/tree/main/skills/ftpc-storage
Command: npx skills add https://github.com/edoannunziata/ftpc --skill ftpc-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables reading files from multiple remote backends (local, FTP, FTPS, SFTP, S3, Azure) by listing directories, downloading files, and inspecting metadata, without manual setup.

Core Features & Use Cases

  • List: List files and directories across backends.
  • Download: Retrieve remote files to your local environment.
  • Inspect Metadata: Access file size and modification time for decisions.
  • Use Case: When you need to quickly inventory and pull data from a mix of cloud storage and FTP servers.

Quick Start

Use the ftpc-storage skill to list files from 's3://my-bucket' and download 'data/reports.csv' to 'local-reports.csv'.