Forum Discussion
Matthew_Gamble_
Nimbostratus
Mar 12, 2009TFTP Server?
Is it possible to write a simple TFTP server as an iRule to return static content? I see some examples for load balancing TFTP requests, but not for actually acting as a TFTP server. I have a very s...
Nat_Thirasuttakorn
Employee
Mar 13, 2009first of all, sorry for long line.
regarding the block problem
I did not check RFC but from packet trace it shows that both opcode and block-id use 2 bytes (short integer)
I think you may change it to something like this
set opcode 3
set blockid 1
set block [binary format SSH* $opcode $blockid [string range $::tftp_file 0 511] ]
UDP::respond $block
sorry again, not tested
Nat
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
