I have been following the answer provided in this link : Put file with tftp client in Linux
However, I've tried all of the commands listed and always get this response.
usage: tftp host-name [port]
I use this command on windows: tftp 192.168.1.100 put filename
I need the equivalent for linux, I cannot get any options in the thread above to work. tftp always returns usage prompt.
$ tftp 192.168.1.100 -m binary -c put filename.hex
usage: tftp host-name [port]
tftp>
Any help would be greatly appreciated :)