Загрузка данных


powershell -Command "$w=New-Object System.Net.WebClient; $s=$w.OpenRead('http://90.130.70.73/10GB.zip'); $b=New-Object Byte[] 65536; while($s.Read($b,0,$b.Length) -gt 0){}"