Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

How can I transfer a file via POST and Powershell?

$
0
0

Hello

I have to upload a file via POST (HTTP) to a webserver and download it via Powershell.
The Download with the command "System.Net.WebClient" works great, but I don't know how I can implement the File Upload via Powershell.
Do I have to use cURL or is there another way to make a File Upload via Post and Powershell?

Thanks for your help!


Viewing all articles
Browse latest Browse all 10624

Trending Articles