cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: sending data to a curl telnet connection

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 16 Jun 2004 15:05:01 +0200 (CEST)

On Wed, 16 Jun 2004, christie moore wrote:

> I am a new user of curl and I may be mis-understanding things but I am not
> seeing how to send information to a telnet connection made by curl.  How is
> that done?

Pass it on stdin.

$ cat hugefile | curl telnet://127.0.0.1

Yes, the telnet support and usage in curl is quite limited.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-06-16