“Baixar arquivos no PowerShell” Respostas de código

Como baixar o arquivo em PowerShell

$url = "http://mirror.internode.on.net/pub/test/10meg.test"
$output = "$PSScriptRoot\10meg.test"

Invoke-WebRequest -Uri $url -OutFile $output
XeN0N

Arquivo de download do PowerShell

Invoke-WebRequest URL -OutFile c:\file.ext
LevitatingBusinessMan

Baixar arquivos no PowerShell

curl <url> --ssh-no-revoke -o <path>
solomoncyj

Respostas semelhantes a “Baixar arquivos no PowerShell”

Perguntas semelhantes a “Baixar arquivos no PowerShell”

Mais respostas relacionadas para “Baixar arquivos no PowerShell” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código