如何在命令行下获取http协议的文件

如何在命令行下获取http协议的文件

类似wget的功能,不过wget只能得到ftp协议的文件,如何得到http的文件?
wget  怎么可能不支持http......
支持的,我刚试过了,不过不知保存到那里去了,请指点一下!
我刚才找到了,保存在/root下面
保存在当前目录

一个一个的下载确实可以,不过不可以用通配符
[code:1]
[wuwen@wuwenguan Gnome]$ wget http://auvtech.com/~xinzhen/downloads/GNOME/2.6/2.6.0/rpms.magic/*.rpm
Warning: wildcards not supported in HTTP.
--12:17:28--  http://auvtech.com/%7Exinzhen/downloads/GNOME/2.6/2.6.0/rpms.magic/*.rpm
           => `*.rpm'
Resolving auvtech.com... done.
Connecting to auvtech.com[61.129.81.145]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
12:17:28 ERROR 404: Not Found.

[wuwen@wuwenguan Gnome]$
[/code:1]
但是获得ftp文件就可以用通配符