Jeg kan få det til at virke i Powershell.
Fil nr. 1
$client = New-Object System.Net.WebClient
$client.DownloadFile("URL","C:\Data\Stander inventar.zip")
OG fil nr. 2
$client = New-Object System.Net.WebClient
$client.DownloadFile("URL","C:\Data\Stops.zip")
Svaret blev redigeret 1 gang, sidst af Green_DK d. 24-05-2016 11:11:48.