cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: nonSSL version of curl on WinXP

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 26 Apr 2006 14:45:41 +0200 (CEST)

On Wed, 26 Apr 2006, Staffan Löfberg wrote:

> H:\>c:\curl -v -T c:\hkcord.txt -u user**:passw*** -Q rcmd "qsys/call bisut
> v/hkc820ctst parm('m8')" ftp://inline.hkc.se/hkc820f.m8;type=A
> * Could not resolve host: qsys; Host not found

You need to provide everything passed to -Q within quotes:

  -Q "rcmd qsys/call bisutv/hkc820ctst parm('m8')"

But I'm not sure how Windows command line prompt deals with those single
quotes within a double quoted string.

Also, are you sure about "rcmd" ? I can't find any such command in RFC959...

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-04-26