Initial commit: SAP C4C attachment downloader toolkit

- Add Python script for downloading C4C attachments via OData and web scraping
- Add Java wrapper for programmatic access with typed API
- Add DSM upload utility for Synology NAS integration
- Add CLAUDE.md documentation for future development
- Add .gitignore for Python, Java, and sensitive files
This commit is contained in:
afei A
2026-03-12 12:56:28 +08:00
commit 929d3c2ec9
6 changed files with 1420 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(git init:*)",
"Bash(git add:*)"
]
}
}