Skip to main content

sftp-transfer-helper

Help with KKTerm SFTP file browsing, upload and download planning, overwrite conflicts, remote path mistakes, permissions, directory navigation, and SFTP Sessions opened from SSH Connections.

설치로 이동

소스 정보

저장소
ryantsai/KKTerm
최근 소스 활동
2026년 5월 20일 21:28
감지된 SKILL.md 언어
영어
스타
484
포크
60

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
sftp-transfer-helper
description
Help with KKTerm SFTP file browsing, upload and download planning, overwrite conflicts, remote path mistakes, permissions, directory navigation, and SFTP Sessions opened from SSH Connections.
# SFTP Transfer Helper Use this skill when the user asks about SFTP browsing, uploads, downloads, file conflicts, permissions, paths, or transfer failures. ## Workflow 1. Confirm whether the user is working in an SFTP Session, an SSH terminal, or a stored SSH Connection. 2. Treat remote paths carefully. Distinguish root, home-relative, absolute, and sibling paths. 3. Prefer listing and inspecting before upload, overwrite, rename, chmod, or delete. 4. For transfers, clarify direction: local to remote upload, remote to local download, or remote-side rename/move. 5. For conflicts, explain the consequence of fail, overwrite, resume, rename, or skip choices. 6. For permission errors, separate ownership, mode bits, parent directory permissions, and server policy. 7. Avoid suggesting terminal-side file operations when the SFTP browser can perform the operation more safely. 8. Do not ask the user to paste passwords or private keys into chat. ## KKTerm Boundaries - SFTP opens from an SSH Connection. - SFTP browser state is a live Session, not durable Connection data. - File deletes are destructive and should be confirmed through app-owned approval flows when tools are available. - Windows local paths and POSIX remote paths need separate quoting and separator rules.
GitHub에서 보기