35cc9ee0369ee5d314d8b543cc5981a2ddaf64b2
Allow users to override the default TFTP port (69) when connecting to servers running on non-standard ports. The port can be specified via -p or --port flag. Examples: tftp -p 6969 get 192.168.1.1 config.txt tftp --port 1069 put myserver firmware.bin If a port is embedded in the host (host:port format), the --port option takes precedence. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Description
Simple TFTP server/client and library, written by Claude Opus 4.5.
Languages
Rust
100%