cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: How to use curl to move a file from one http site to a ftp site simultaneously?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 25 Sep 2000 10:13:26 +0200 (MET DST)

On Sat, 23 Sep 2000, Jiang Qinglin wrote:

simultaneously?

You could easily make curl do something like:

 curl http://http.site.domain.com | curl -t ftp://that.ftpsite.com/remotefile

... this of course makes curl download the HTTP stream and upload the ftp
stream.

-- 
  Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
Received on 2000-09-25