cURL / Mailing Lists / curl-library / Single Mail

curl-library

libcurl ftp issue on arm

From: Jim Kuzniar <jim.kuzniar_at_zing-net.ca>
Date: Sun, 02 Dec 2007 12:24:01 -0500

Hello,
I'm having an issue with an ftp file download on an arm box.
libcurl was cross compiled on an fc6 box. The configure, make and make install
all uneventful.
From the arm box an HTTP get of the file works well but an ftp produces this with verbose on:

* About to connect() to 69.17.135.241 port 21 (#0)
* Trying 69.17.135.241... * connected
* Connected to 69.17.135.241 (69.17.135.241) port 21 (#0)
< 220-GuildFTPd FTP Server (c) 1997-2002
< 220-Version 0.999.14
< 220-Welcom to Catajen FTP Server
< 220 Please enter your name:
> USER anonymous
< 331 User name okay, Need password.
> PASS ftp_at_example.com
< 230 User logged in.
> PWD
< 257 "/" is current directory.
* Entry path is '/'
> EPSV
* Connect data stream passively
< 500 'EPSV': command not understood.
* disabling EPSV usage
> PASV
< 227 Entering Passive Mode (69,17,135,241,247,250)
* Trying 69.17.135.241...

About a minute later curl_easy_perform returns error 7. I don't believe the problem is
with the ftp server as the same code calling into libcurl, compiled an run on the fedora box
works fine.
Anyone have any ideas?
Thanks, Jim Kuzniar
Received on 2007-12-02