Skip to main content
deleted 19 characters in body
Source Link
Vlastimil Burián
  • 31.3k
  • 67
  • 211
  • 359

The answer to my problem was given out by @meuh "If you want curl to send the contents of a file, and not just the filename, you would need -d @filename but tilde ~ will not be expanded so use -d @$HOME/Desktop/testFile.json". Thank you for your quick help.

If you want curl to send the contents of a file, and not just the filename, you would need -d @filename but tilde ~ will not be expanded so use -d @$HOME/Desktop/testFile.json

The answer to my problem was given out by @meuh "If you want curl to send the contents of a file, and not just the filename, you would need -d @filename but tilde ~ will not be expanded so use -d @$HOME/Desktop/testFile.json". Thank you for your quick help.

The answer to my problem was given out by @meuh

If you want curl to send the contents of a file, and not just the filename, you would need -d @filename but tilde ~ will not be expanded so use -d @$HOME/Desktop/testFile.json

Source Link
Thanos M
  • 183
  • 2
  • 2
  • 11

The answer to my problem was given out by @meuh "If you want curl to send the contents of a file, and not just the filename, you would need -d @filename but tilde ~ will not be expanded so use -d @$HOME/Desktop/testFile.json". Thank you for your quick help.