How to send data using curl from Linux command line?

Viewed 34575

I am trying to transmit data out of an embedded Linux device over the wifi connection. I have curl and wget on the device. How would I transmit data out of the device using curl or wget ? Any pointers welcome.

4 Answers
Related