ftpc-storage-write
Installation
SKILL.md
FTPC Storage (Full Access)
Use the ftpc library to read and write files across storage backends.
This skill can modify remote storage. Confirm destructive operations with the user.
Supported Backends
| Protocol | URL Format | Example |
|---|---|---|
| Local | file:///path or /path |
/home/user/data |
| FTP | ftp://[user:pass@]host[:port]/path |
ftp://ftp.example.com/pub |
| FTPS | ftps://[user:pass@]host[:port]/path |
ftps://secure.example.com |
| SFTP | sftp://[user:pass@]host[:port]/path |
sftp://user:pass@host/data |
| S3 | s3://bucket/path |
s3://my-bucket/folder |
| Azure Data Lake | azure://account.dfs.core.windows.net/fs/path |
azure://myacct.dfs.core.windows.net/data |
| Azure Blob | blob://account.blob.core.windows.net/container/path |
blob://myacct.blob.core.windows.net/files |