Discussion:
[hint] : using curl to write a program to send and receive some file to server.
David Caul via curl-library
2021-04-25 09:52:40 UTC
Permalink
Hi Team,

1.Need some guidance that how can I use curl to send some file over http to
a some server .
2. Basically what are the things in require my CPP program to do that.

Br,
David
Henrik Holst via curl-library
2021-04-25 12:44:19 UTC
Permalink
Hi David,

there are many source code examples on the curl site and one in
particular that exactly covers what you are after is:
https://curl.se/libcurl/c/anyauthput.html it's just that it also proves
some code to handle the "any auth" which you probably don't need but if so
then you can simply ignore those parts of the example.

/HH

Den sön 25 apr. 2021 kl 11:59 skrev David Caul via curl-library <
Post by David Caul via curl-library
Hi Team,
1.Need some guidance that how can I use curl to send some file over http
to a some server .
2. Basically what are the things in require my CPP program to do that.
Br,
David
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
David Caul via curl-library
2021-04-25 14:48:40 UTC
Permalink
Thanks, I'll check them out.
Post by Henrik Holst via curl-library
Hi David,
there are many source code examples on the curl site and one in
https://curl.se/libcurl/c/anyauthput.html it's just that it also proves
some code to handle the "any auth" which you probably don't need but if so
then you can simply ignore those parts of the example.
/HH
Den sön 25 apr. 2021 kl 11:59 skrev David Caul via curl-library <
Post by David Caul via curl-library
Hi Team,
1.Need some guidance that how can I use curl to send some file over http
to a some server .
2. Basically what are the things in require my CPP program to do that.
Br,
David
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
David Caul via curl-library
2021-05-07 19:03:49 UTC
Permalink
Hi Team,

Basically first can i get some doc or hint for my POC, i want first to use
curl cmd which will send a file to a http server and check the response.
Beforw going to use curl in code

Br
David
Post by David Caul via curl-library
Thanks, I'll check them out.
Post by Henrik Holst via curl-library
Hi David,
there are many source code examples on the curl site and one in
https://curl.se/libcurl/c/anyauthput.html it's just that it also proves
some code to handle the "any auth" which you probably don't need but if so
then you can simply ignore those parts of the example.
/HH
Den sön 25 apr. 2021 kl 11:59 skrev David Caul via curl-library <
Post by David Caul via curl-library
Hi Team,
1.Need some guidance that how can I use curl to send some file over http
to a some server .
2. Basically what are the things in require my CPP program to do that.
Br,
David
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
David Caul via curl-library
2021-05-10 13:00:41 UTC
Permalink
Hi Team,

1.Like wise to see the examples code of send a mail via curl it is good
but below need some hints for same if possible.
2. Can I have some curl command so that it will be good to see the basic
mail is going or not as per my current network.
3. Also what are the requirement in network If i want to send some mail to
basic organisation mail id or google mail id via curl command only.
4. Can I see these all on my window system. I downloaded some curl folder
but not start to execute curl as I copied it and uzip it in my drive.

br
david



br
david
Post by David Caul via curl-library
Hi Team,
Basically first can i get some doc or hint for my POC, i want first to use
curl cmd which will send a file to a http server and check the response.
Beforw going to use curl in code
Br
David
Post by David Caul via curl-library
Thanks, I'll check them out.
Post by Henrik Holst via curl-library
Hi David,
there are many source code examples on the curl site and one in
https://curl.se/libcurl/c/anyauthput.html it's just that it also proves
some code to handle the "any auth" which you probably don't need but if so
then you can simply ignore those parts of the example.
/HH
Den sön 25 apr. 2021 kl 11:59 skrev David Caul via curl-library <
Post by David Caul via curl-library
Hi Team,
1.Need some guidance that how can I use curl to send some file over
http to a some server .
2. Basically what are the things in require my CPP program to do that.
Br,
David
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
Loading...