简体   繁体   中英

TFTP Server not receiving from Client

I am developing a TFTP Server using C++. The problem is that I cannot receive or at least I do not see anything in the receiving buffer when I use a TFTP Client Demo (HS TFTP) which is available over the internet.

I can 'sense' that my app is receiving something, but I cannot see what was received when I use that demo for TFTP Client. So, what I did was to create a client myself and send a command like 'WRQ'. In this way I am able to receive the command which was sent. Thus I do not have an idea why I cannot see what is coming from a regular TFTP Client that can be found on the internet.

BTW the transmission had been held in the same computer using the local ip 127.0.0.1 and default TFTP IP 69.

Troubleshooting your scenario requires of Wireshark. You can then quickly visually spot what might be going on with the TFTP protocol.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM