Files
pfs-tftp-claude/crates/pfs-tftp
ddidderr 35cc9ee036 feat(client): add --port option to specify server port
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>
2025-12-21 13:36:05 +01:00
..
2025-12-21 13:31:51 +01:00