cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: multiple ftp upload

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 25 May 2004 12:22:05 +0200 (CEST)

On Tue, 25 May 2004, JRMargelidon wrote:

> is there any way to make multiple ftp upload. i mean, i need to upload the
> same file on mutiple directory on the same ftp server

Try this approach:

  curl -T file -T file ftp://domain.com/path1/ ftp://domain.com/path2/

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