buegelbeatz-tsp-quantum-app-ftp-instructions.ocm.json json Copy{
"ocm": "1",
"id": "buegelbeatz-tsp-quantum-app-ftp-instructions",
"kind": "skill",
"name": "Network-expert / App-ftps",
"description": "Enterprise Specification: FTP Protocol",
"publisher": "buegelbeatz",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Enterprise Specification: FTP Protocol"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/buegelbeatz/tsp-quantum",
"path": ".github/instructions/network-expert/app-ftp.instructions.md",
"ref": "d70c1b13ea1b7c328f3f7cc02abf96b3436acac0",
"url": "https://github.com/buegelbeatz/tsp-quantum/blob/d70c1b13ea1b7c328f3f7cc02abf96b3436acac0/.github/instructions/network-expert/app-ftp.instructions.md",
"key": "buegelbeatz/tsp-quantum/.github/instructions/network-expert/app-ftp.instructions.md"
}
},
"instructions": "# Enterprise Specification: FTP Protocol\n\n## 1. Purpose\n\nDefines file transfer standards.\n\n---\n\n## 2. Description\n\nFTP is a legacy protocol for file transfer.\n\nVariants:\n\n- FTP (insecure)\n- FTPS (TLS)\n- SFTP (via SSH)\n\n---\n\n## 3. Typical Application Areas\n\n- Legacy systems\n- File exchange\n\n---\n\n## 4. Range\n\nGlobal.\n\n---\n\n## 5. Speed\n\nMedium.\n\n---\n\n## 6. Possible Attack Vectors\n\n- Plaintext credentials\n- MITM\n- Data interception\n\n---\n\n## 7. Enterprise Requirements\n\n- FTP MUST NOT be used\n- FTPS or SFTP REQUIRED\n\n---\n\n## 8. Python Example\n\n```\nfrom ftplib import FTP\n\nftp = FTP(\"localhost\")\nftp.l",
"cost": {
"context_tokens": 209
}
}