Downloading ISOs from internet

发表于:2007-07-04来源:作者:点击数: 标签:

命令行的,先记下来。

在网上看到,小改了一下。:)

It is recommended that you use curl to download the ISO images from inte.net.
To use curl, at a shell prompt, cut and paste the URL for the ISO into the curl command as follows:

code:
[GS@localhost os]$ curl -C - -O 'url_for_ISO'

原文转自:http://www.ltesting.net