The OP code is currently a string and should be binary numbers. Also the size of RRQ and WRQ looks wrong. · Issue #1 · amit-mittal/TFTP · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RRQ and WRQ should have 4+file_name_size + mode_name_size bytes. Because first 2 are for OP code and the other 2 are zero bytes between the file name and after the mode name.