Console-Download
0.1.0
See the version list below for details.
dotnet add package Console-Download --version 0.1.0
NuGet\Install-Package Console-Download -Version 0.1.0
<PackageReference Include="Console-Download" Version="0.1.0" />
paket add Console-Download --version 0.1.0
#r "nuget: Console-Download, 0.1.0"
// Install Console-Download as a Cake Addin #addin nuget:?package=Console-Download&version=0.1.0 // Install Console-Download as a Cake Tool #tool nuget:?package=Console-Download&version=0.1.0
Console-Download
A command-line tool that performs a single task - downloads a file by the transmitted URL and displays the download speed in real time. Upon completion (or interruption) of the download, displays metrics for the duration of its operation: duration, maximum, average and minimum download speed.
🚀 Install
You must have a NuGet repository registered:
Register-PSRepository -Name "NuGet" -SourceLocation "https://www.nuget.org/api/v2" -InstallationPolicy Trusted
Install the module from the NuGet package manager:
Install-Module Console-Download -Repository NuGet -Scope CurrentUser
You can import a module directly from GitHub into the current PowerShell session with a single command:
Invoke-Expression $(Invoke-RestMethod "https://raw.githubusercontent.com/Lifailon/Console-Download/rsa/module/Console-Download/Console-Download.psm1")
📊 Start
Invoke-Download -Url "https://releases.ubuntu.com/18.04/ubuntu-18.04.6-live-server-amd64.iso" -Path "C:\Users\Lifailon\Downloads" -FileName "us-18.04.6.iso" -Update 1
Default parameters: the path %USERPROFILE%\Downloads
, file name is taken from the url and data update time 2 seconds.
At the end of the download, you will be able to see the summary information:
Size : 969 MByte
Time : 00:00:27
Minimum : 0,10 MByte/sec
Average : 34,48 MByte/sec
Maximum : 57,50 MByte/sec
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.