I'm trying to get all the files from my modem via telnet using tftp.after i connect to modem via telnet i write sh command which put's me in the root folder. from there when i write tftp command i get the following message:
BusyBox v1.6.1 (2013-07-19 18:23:03 CST) multi-call binary
Usage: tftp [OPTION]... HOST [PORT]
BusyBox combines tiny versions of many common UNIX utilities into a single small executable. i wanna take advantage of that and retrieve all files that are stored in my modem's flash memory.
my problem is i have no idea how to work with tftp.
now i want to get all the files from "/" (which is the root) using tftp since i understand it has a get command but i don't know how to do it. what's the solution? is there a better way? is using tftp the wrong way to do it?