
Windows版 wget 命令行工具
5星
- 浏览量: 0
- 大小:None
- 文件类型:ZIP
简介:
启动后进入背景模式:启动完成后切换至非阻塞模式。显示当前程序版本并退出:查看该程序版本信息后退出运行。执行指定的wget脚本或命令:设置相关参数后运行预定义命令。
Logging and input file:
-o, --output-file=FILE record messages to FILE.
-a, --append-output=FILE append information to FILE.
-d, --debug output debug information.
-q, --quiet disable output (remain silent).
-v, --verbose enable detailed logging (this is the default).
-nv, --non-verbose turn off verbose mode without being quiet.
-i, --input-file=FILE read URL-s from file.
-F, --force-html treat input file as HTML content.
Download command line interface tool with various parameters for efficient file management and retrieval. The tool supports the following operations:
- Retrieval attempts number: Set the number of retries to NUMBER (0 unlimits).
- Output path control: Write documents to FILE.
- File integrity preservation: dont clobber existing files.
- Resume functionality: restart getting an existing file.
- Display style customization: set retrieval display style.
- Local relevance enforcement: dont retrieve files if older than local.
- Server interaction logging: print server response.
This tool is designed for efficient command line operations, offering flexibility in file handling and retrieval processes. Its comprehensive parameter set allows users to customize behavior according to specific needs.
Directories:
跳过创建目录的操作选项包括--no-directories dont create directories, 而-force-directories force creation of directories 则会强制生成目录。类似地, --no-host-directories dont create host directories 用于跳过主机目录的创建。
-x, --force-directories 该参数用于指定存储目录为PREFIX,例如 -P, --directory-prefix=PREFIX save files to PREFIX...
--cut-dirs=NUMBER ignore NUMBER remote directory components 则是调整忽略远程目录组件中的NUMBER部分。
HTTP选项如下:
设置HTTP用户标识为USER。
设置HTTP密码为PASS。
控制服务器缓存数据的选项:on(允许)/ off(禁止)。默认情况下通常会启用此功能。
忽略`Content-Length`头字段。
在头部中插入字符串。
设置代理用户名为USER。
设置代理密码为PASS。
保存HTTP头部到文件选项:on(启用)/ off(禁用)。
设置用户代理标识为AGENT。FTP选项:
--retr-symlinks: enables the retrieval of symbolic links in FTP.
-glob toggle settings for file naming on or off with -g option.
--passive-ftp: utilizes the passive transfer mode to ensure secure data transfer.
递归检索过程:
-r, --recursive 递归模式,请谨慎使用!
-l, --level=NUMBER 最大递归深度(0至无限).
--delete-after 删除下载文件.
-k, --convert-links 将非相对链接转换为相对链接.
-m, --mirror 启用适用于镜像的选项.
-nr, --dont-remove-listing 禁用删除`.listing`文件。
Recursive acceptreject:
--accepted-extensions=list 和 --rejected-extensions=list
--follow-relative-links=boolean (default: true)
--only-follow-relative-links=false
--span-hosts=true
--include-directories=list
--allowed-directories=list
--excluded-directories=comma-separated list of excluded directories.
disable host lookup when recursive.
prevent parent directory navigation.
全部评论 (0)


