transfer

Transfer files between local and server locations with overwrite safety.

46|7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/sunyonghuan/Netor.Madorin --skill transfer-sunyonghuan
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: transfer
Source: https://github.com/sunyonghuan/Netor.Madorin/tree/main/skills/server-maintainer/subskills/transfer
Command: npx skills add https://github.com/sunyonghuan/Netor.Madorin --skill transfer-sunyonghuan

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the back-and-forth friction of moving files to and from servers by enforcing path confirmation, safe overwrite handling, and clear transfer results.

Core Features & Use Cases

  • Upload and Download Control: Move files between local and server environments with explicit source and destination checks.
  • Safety Rules: Prevent accidental overwrites unless the user explicitly asks for them.
  • Operational Feedback: Return the final file path, transfer status, and any failure reason so maintenance work can continue without guessing.
  • Use Case: A support engineer needs to send a patched config file to a server, retrieve a log bundle, and verify whether either transfer completed successfully.

Quick Start

Ask to transfer the specified file by confirming the source path, destination path, and whether overwriting is allowed.

Frequently Asked Questions about transfer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely transfer files between local and server locations?โ–ผ

To safely transfer files, you provide explicit source and destination paths, and the system validates both before moving the file. It operates with a default no-overwrite behavior to prevent accidental data loss.

What is the best way to prevent accidental file overwrites during server maintenance?โ–ผ

Preventing accidental overwrites requires a transfer process that enforces default no-overwrite behavior. The system blocks existing file replacement unless you explicitly permit it during the transfer workflow.

How do I upload patched config files to a server and retrieve log bundles?โ–ผ

Uploading config files and retrieving log bundles requires specifying the source and target paths. The process validates both endpoints, transfers the files, and returns the final path, status, and any failure reason.

Can I use PowerShell scripts for controlled file downloads and uploads?โ–ผ

Yes, controlled file downloads and uploads apply to server maintenance workflows using script components. The process enforces path validation and overwrite safety to secure your file transfers.

Why did my server file transfer fail to return a clear status?โ–ผ

A successful server file transfer always returns the final file path, transfer status, and specific failure reason. If your transfer failed, the returned results explicitly identify the validation or overwrite issue.

Do I need to specify exact paths for every local and server file transfer?โ–ผ

Yes, every local and server file transfer requires explicit source and destination validation. Confirming these paths beforehand ensures the files move correctly and prevents unsafe overwrites during maintenance.