cURL / Mailing Lists / curl-library / Single Mail

curl-library

error 425

From: tristan <blunderer_at_gmail.com>
Date: Mon, 7 Jan 2008 13:06:02 +0100

Hi,
I have some problem using libcurl to get files; here is the verbose output :
 < 220 FTP
> USER ittem.blunderer.org
< 331 Password required for ittem.blunderer.org
> PASS ittem
< 230 User ittem.blunderer.org logged in
> PWD
< 257 "/" is the current directory
* Entry path is '/'
> EPRT |1|0.0.0.21|40101|
< 200 EPRT command successful
* Connect data stream actively
> TYPE I
< 200 Type set to I
> SIZE gestion.txt
< 213 92125
> RETR gestion.txt
< 425 Unable to build data connection: Invalid argument
* RETR response: 425
* Remembering we are in dir ""
* Connection #0 to host ftp.blunderer.org left intact
* FTP: couldn't retrieve (RETR failed) the specified file
> QUIT
< 221 Goodbye.

The thing is that I have no error when putting on the ftp server :
everything work fine. Just with get.
Thank you in advance
Received on 2008-01-07