-j
: # of concurrent downloads-s
: connections to use per file-x
: maximum connections to one server for a file--file-allocation=none
: don't allocate disk space before downloading--max-tries=N
: retry N times (0 for infinite)--retry-wait=N
: wait for N secs before trying a failed connection again--auto-file-renaming=false
: don't redownload if already downloaded--max-file-not-found=N
: ignore 404s N times (0 for infinite)
Some syntactic sugar for asn1
I'll push this onto a fork eventually but for now it's just a self-contained file. To use it just import the stuff as needed
License is MIT
Please link to this page instead of linking to the direct download links.
Warning
If this gets maliciously high traffic (ie. abusing multiple connections), I will have to shut this down. This is hosted on Azure Block Storage, it's not free, so be kind.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://superuser.com/questions/1341997/using-a-uwp-api-namespace-in-powershell | |
# https://stackoverflow.com/questions/63505640/how-to-read-spd-deviceid-pnp-in-uwp-app-for-unpaired-device | |
# https://stackoverflow.com/questions/40950482/search-for-devices-in-range-of-bluetooth-uwp | |
$ErrorActionPreference = "Stop" | |
[Windows.Devices.Enumeration.DeviceInformation, Windows.Devices.Enumeration , ContentType = WindowsRuntime] | |
[Windows.Devices.Enumeration.DeviceInformationCollection, Windows.Devices.Enumeration , ContentType = WindowsRuntime] | |
OlderNewer