cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: How to download and rename/delete a file from a remote SSL ftp server by curl?

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Thu, 13 Jan 2005 22:35:51 +0100 (CET)

On Thu, 13 Jan 2005, Liang Cai wrote:

> curl: (21) QUOT string not accepted: RNFR CC050111_ack.txt
>
> Can you please advise?

Use -v or --trace-ascii to follow what curl did more closely, as that makes it
a lot easier to spot the problem.

RNFR followed by RNTO is the RFC959 defined way to rename files with FTP.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-01-13