keepass-credential-ftp
Installation
SKILL.md
FTP/SFTP Credential Handling
FTP / FTPS
STORAGE DEFAULT: Servers (vault layout is user-organized; if not found there, use search_entries) TITLE FORMAT: FTP - REQUIRED FIELDS: username, password, url (host), port (if non-standard) NOTES FIELD: protocol variant and lftp connection string
PROTOCOL VARIANTS:
- FTPS explicit: ftp+tls://user@host
- FTPS implicit: ftps://user@host
- Plain FTP: ftp://user@host <- SECURITY VIOLATION, see rule below
PLAIN FTP RULE: If the entry uses plain unencrypted FTP (no TLS), you MUST:
- Flag this as a security concern to the user before storing
- Require the user to provide a written explanation in the notes field
- Do not store the entry without this note present
SFTP
SFTP entries are split across two groups:
CONNECTION CREDENTIAL:
- Storage default: Servers (search by title if not there)
- Title: SFTP -
- Fields: username, url (host), port (if non-standard)
- Notes: reference to the SSH Keys entry (e.g. "SSH key: SSH - ")
SSH KEY (handle per keepass-credential-ssh skill):
- Storage default: SSH Keys (search by title if not there)
- Title: SSH -
- Notes: must reference back to the SFTP connection entry
lftp connection string: sftp://user@host
Related skills