-
Sujet
-
Salut j’ai un problème avec powershell je recois l’erreur « `
Exception lors de l’appel de « DownloadFile » avec « 2 » argument(s) : « Une exception s’est produite lors d’une requête WebClient. »
Au caractère C:InstallNXLogScriptSRV.ps1:56 : 5
+ $webrequest.DownloadFile(« https://nxlog.co/system/files/products/ …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : WebException
« `quand j’execute se bout de programme « `
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$CheminChangeLogGitPath = \mon cheminChangeLog1.txt
$webrequest = New-Object System.Net.WebClient
$webrequest.DownloadFile(« https://nxlog.co/system/files/products/files/348/ChangeLog.txt », $CheminChangeLogGitPath)
« `et je ne vois pas l’erreur si quelqu’un peut m’aider——————–
Mowgly
- Vous devez être connecté pour répondre à ce sujet.