cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: 550 FTP return Code and full URI

From: Stephen Pynenburg <spynenburg_at_gmail.com>
Date: Fri, 19 Jun 2009 16:02:35 -0400

If you're certain that the CWDing is causing the problems, just connect to
the server (without any additional directories), then use CURLOPT_QUOTE like
so:
curl_setopt($ch, CURLOPT_QUOTE, array("CWD /FUSION/ES/TEST1", "RETR
PRICE.ZIP"));

-Stephen

On Fri, Jun 19, 2009 at 15:52, Developer <dev002_at_pas-world.com> wrote:

> El vie, 19-06-2009 a las 20:38 +0200, Daniel Stenberg escribió:
> > On Fri, 19 Jun 2009, Developer wrote:
> >
> > > The problem is that CURL library send fragments of path and not
> fullpath:
> > > CWD /FUSION/ES/TEST1
> > >
> > > Any lib option to solve this ?
> >
> > There's this cool lib called libcurl that let's you select how to do the
> > directory traversal...
>
> Hello,
> ... seems to be true, but I can not locate this option in the "cool
> library" in http://es2.php.net/manual/es/function.curl-setopt.php. Only
> playing with CURLOPT_POSTQUOTE, CURLOPT_QUOTE (do not work ease and
> clear with URI's)
> What version of libcurl have this feature ?
>
>
>
>
>
> --
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> --
> --
> Publicidad y Servicios http://www.pas-world.com
> Directorio http://www.precioventa.com
> Tienda http://informatica.precioventa.com/es/
> Autoridad certificadora http://ca.precioventa.com/es/
> --
> --
>
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
>

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2009-06-19