|
发表于 2005-2-25 03:28:25
|
显示全部楼层
XferCommand = /path/to/command %u
If set, pacman will use this external program to download all remote files. All instances of %u
will be replaced with the URL to be downloaded. If present, instances of %o will be replaced
with the local filename, plus a ".part" extension, which allows programs like wget to do file
resumes properly.
This option is useful for users who experience problems with pacman's built-in http/ftp support,
or need the more advanced proxy support that comes with utilities like wget.
这样看来应该没有影响吧。保存到指定文件只是为了让wget能断点续传而已。 |
|