Files
pfs-tftp-claude/crates
ddidderr ba358cbd79 refactor(client): use streaming download with deferred file creation
Instead of downloading the entire file to memory before writing to disk,
stream directly to a DeferredFileWriter that only creates the local file
after receiving the first DATA packet. This provides the same guarantee
(no local file created if remote doesn't exist) while being more memory
efficient for large files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 13:48:51 +01:00
..