I am using tftp to upload a file to a tftp server on my pc using the ubuntu subsystem on windows 10.
When I type a command like this:
tftp -m binary 192.168.1.166 -c put someFileName
It doesn't upload the file. Instead the tftp prompt is invoked. And I have to type binary, connect, put under the tftp prompts. Much more typing.
Just wonder if anyone else has run into this issue.