Search notes:

PowerShell cmdLet Start-BitsTransfer

$file = 'vs_Community.exe'
$dest = "downloaded/$file"
if (-not (test-path $dest)) {
   start-bitsTransfer -source https://aka.ms/vs/17/release/vs_Community.exe -destination $dest
}
else {
   write-host "$file already exists. Skipping transfer."
}

See also

invoke-webRequest
Powershell command noun: bitsTransfer

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:51 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(51): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(66): id_of(Object(PDO), 'uri', '/notes/Windows/...') #2 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758209404, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/command-inventory/noun/bitsTransfer/start-bitsTransfer(45): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51