我有busybox 1.9.1在华为路由器上运行。 有几个命令,其中一个wget,我想用它,但有一些奇怪的语法。
当我inputwget www.google.com就像我正常地在我的debian / mint等,我得到这种forms的帮助信息:
Usage: wget [OPTION]... HOST wget download and upload a file via HTTP Options: -g Download -s Upload -v Verbose -u Username to be used -p Password to be used -l Local file path -r Remote file path -P Port to be used, optional -B Bind local ip, optional -A Remote resolved ip, optional -b Transfer start position -e Transfer length -m Max transfer size -c Compress downloaded file
我试图使用任何东西,比如wget -g url或wget -g -r url,但没有任何作用,我总是只能得到这个帮助信息。 有人能帮我吗?
我不知道为什么其他用户被拒绝。 我的华为HG610路由器正确的语法正如他所说。
例如:
wget -g -v -l /tmp/test.html -r / 192.168.0.11
嘿,我有同样的问题,最后得到正确的语法:
wget -g -v -l“path来保存文件”-r“path到远程文件”主机(没有http://)
希望能帮助到你