ftpc-storage-write

Upload, delete, and create directories on remote storage backends.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides full read-write access to remote storage backends (local, FTP, FTPS, SFTP, S3, Azure). It enables uploading, deleting, and creating directories in addition to listing and downloading, while guiding safety for destructive actions.

Core Features & Use Cases

  • Write Capabilities: Upload, delete, and mkdir across backends.
  • Read Operations: List and download files as with read-only variant.
  • Safe Operations: Include confirmations for destructive actions to prevent data loss.
  • Use Case: You need to deploy updates to a remote S3 bucket and prune old logs on an FTP server with a single command sequence.

Quick Start

Use the ftpc-storage-write skill to upload 'report.pdf' to '/reports/report.pdf', create '/archive', and delete '/old-log.txt' on a remote storage.