QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 663|回复: 2

关于wget的两个问题

[复制链接]
发表于 2004-2-17 22:22:23 | 显示全部楼层 |阅读模式
1.听说wget是支持断点续传的,我是这样用的:
wget -nc -r 地址+文件名,
断了之后,我还用这个命令,便不行了。说什莫目录存在了,不能建了。
反而用wget -c 没问题。

2.我想把文件放到指定目录,怎莫办?
发表于 2004-2-18 23:09:42 | 显示全部楼层
安装一个prozilla吧

proz默认4个断点续传
回复

使用道具 举报

发表于 2004-2-19 12:41:26 | 显示全部楼层
1.听说wget是支持断点续传的,我是这样用的:

           When running Wget without -N, -nc, or -r, downloading the same file
           in the same directory will result in the original copy of file
           being preserved and the second copy being named file.1.  If that
           file is downloaded yet again, the third copy will be named file.2,
           and so on.  When -nc is specified, this behavior is suppressed, and
           Wget will refuse to download newer copies of file.  Therefore,
           ``"no-clobber"'' is actually a misnomer in this mode---it's not
           clobbering that's prevented (as the numeric suffixes were already
           preventing clobbering), but rather the multiple version saving
           that's prevented.


2.我想把文件放到指定目录,怎莫办?

wget -P 指定目录 -c 地址+文件名,
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-9 00:13 , Processed in 0.042465 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表