Console-Download 0.1.0

There is a newer version of this package available.
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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Console-Download" Version="0.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Console-Download --version 0.1.0                
#r "nuget: Console-Download, 0.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.2.0 131 5/28/2024
0.1.0 122 5/24/2024