URLtoFile 2.2.1 · Windows CLI

CLI parameters

Every option with values, defaults, dependencies, and security effects.

Syntax

urltofile [options] URL [file]
-h, --help, /?
Show complete help without network access.
--version
Print the program name and version without network access.
-head, --head
Use HTTP HEAD and save response headers only.
--force
Replace an existing target only after a complete successful download.
--quiet
Suppress normal status, never errors.
--timeout SECONDS
Integer from 1 to 300; default 30. Applies to connect, send, and receive.
--max-redirects COUNT
Integer from 0 to 20; default 5. HTTPS-to-HTTP redirects remain blocked.
URL
HTTP or HTTPS resource. Missing schemes default to https://.
file
Optional Unicode target path; default urltofile.out.

Exit codes

0 success · 2 usage · 3 network · 4 HTTP · 5 file · 6 redirect · 7 URL · 8 required update.