curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: curl -d in powershell

From: Daniel Stenberg via curl-users <curl-users_at_lists.haxx.se>
Date: Mon, 28 Mar 2022 14:21:08 +0200 (CEST)

On Mon, 28 Mar 2022, Oeckinghaus, Christian via curl-users wrote:

> How to use curls -d _at_filename in Powershell?
> I know, better use curl in Linux, but there's no choice.
> This does not work: -d '_at_filename' , -d_at_filename -d `_at_filename, -d '_at_.\filename' , -d_at_.\filename -d `.\filename, -d '_at_./filename' , -d_at_./filename -d `./filename

Isn't that because you're then using the dreaded "curl" alias and not the real
curl?

Try using "curl.exe" to avoid that.

-- 
  / daniel.haxx.se
  | Commercial curl support up to 24x7 is available!
  | Private help, bug fixes, support, ports, new features
  | https://curl.se/support.html
-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2022-03-28