chore: file upstream go-ios PR to expose AFC RENAME_PATH (0x18) #28
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
phase/2.1
phase/2.5
phase/3
phase/4
phase/5
question
wontfix
⚙ code-quality
✨ feature
🏗 infrastructure
🐛 bug
📋 strategy
📚 docs
📱 ui
🔐 security
🧦 dumpsock
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hartle-tech/dumpsock#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
go-ios v1.0.213 has no Rename method on afc.Client — the AFC_OP_RENAME_PATH opcode (0x18 per libimobiledevice) isn't defined. DumpSock's Browse tab Rename button is disabled pending. Draft PR is ~15 LOC: add 'renamePath opcode = 0x18' constant + a (*Client).Rename(old, new) method that builds 'old\0new\0' headerPayload and sendPacket. See local task #21 / umbrella issue #27. Pull + push + delete fallback was rejected — too slow on big files and no Push wrapper exists.