如何通过PowerShell执行文件上传?
可以使用以下命令来完成:
Invoke-RestMethod -uri <完整的URI到工件将在Artifactory> -Method Put -InFile <文件上传路径> -Credential
对于大文件/性能问题,用户可能还想使用“-TimeoutSec
可以使用以下命令来完成:
Invoke-RestMethod -uri <完整的URI到工件将在Artifactory> -Method Put -InFile <文件上传路径> -Credential
对于大文件/性能问题,用户可能还想使用“-TimeoutSec