cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: problem with rename a remote sFTP file

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 20 Oct 2008 13:14:51 +0200 (CEST)

On Mon, 20 Oct 2008, changqin_gang wrote:

> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;struct curl_slist *
> headerlist = NULL; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CString
> command_renamefrom = "RNFR "; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;CString
> command_renameto = "RNTO "; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;CString
> CommandBuffer_renamefrom = command_renamefrom + OldFilename; &nbsp;&nbsp;
> &nbsp;&nbsp;&nbsp; &nbsp;CString CommandBuffer_renameto = command_renameto +
> NewFilename;

Let me just point out that your mails look severly broken in my end - as I
believe the quote above illustrates - so I have a hard time responding to
anything you write.

-- 
  / daniel.haxx.se
Received on 2008-10-20