我试图强制wget
破坏下载,但我无法使用手册页中的内容来完成它。我想要比写入和重定向 STDOUT 更干净的东西。有人有小费吗?
我知道我可以用curl
这个;我真的只是在寻找wget
解决方案。
这个问题看起来像171369的副本——但那里接受的答案不起作用。这可能是由于问题的年龄;这个问题已有 9 年多的历史了,我认为wget
自从被问及回答以来可能已经改变了。
对于它的价值,这是wget
我正在使用的机器的构建信息:
-sh-4.2$ wget --version
GNU Wget 1.14 built on linux-gnu.
+digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl
Wgetrc:
/etc/wgetrc (system)
Locale: /usr/share/locale
Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
-DLOCALEDIR="/usr/share/locale" -I. -I../lib -I../lib -O2 -g -pipe
-Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
--param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic
Link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4
-grecord-gcc-switches -m64 -mtune=generic -lssl -lcrypto
/usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libz.so
-ldl -lz -lz -lidn -luuid -lpcre ftp-opie.o openssl.o http-ntlm.o
../lib/libgnu.a
谢谢!