cURL / Mailing Lists / curl-library / Single Mail

curl-library

Windows CE

From: Paul Nolan <paul_at_idruna.com>
Date: Wed, 27 Oct 2004 00:51 +0100 (BST)

Hi Daniel,

I did a hatchet job on libcurl a while back to see if it
would work under Windows CE. I decided to try and do a less invasive job
this time in the hopes of merging my changes into the main distribution.
The snag is I`m stuck on a problem that only shows up when run on an
actual Pocket PC, the code works fine in the EVC3 and EVC4 emulators. The
problem appears after successfully uploading a file, in Curl_ftp_done,
after closing the socket, it times out waiting for Curl_GetFTPResponse.
I`m stumped, do you have any ideas on what I should be looking at for the
cause of the problem? I`ll copy the log below.

* About to connect() to www.idruna.com port 21
* Trying 65.18.212.136... * connected
* Connected to www.idruna.com (65.18.212.136) port 21
< 220 idruna.com FTP server (Version wu-2.6.2(1) Sun Sep 21 13:48:48 IDT
2003) ready.
> USER upload
< 331 Password required for upload.
> PASS deleted
< 230 User upload logged in.
* We have successfully logged in
> PWD
< 257 "/ftp/pub/upload" is current directory.
* Entry path is '/ftp/pub/upload'
> PASV
< 227 Entering Passive Mode (65,18,212,136,237,225)
* Trying 65.18.212.136... * connected
* Connecting to 65.18.212.136 (65.18.212.136) port 60897
* Connected the data stream with PASV!
> TYPE I
< 200 Type set to I.
> STOR 111_1147ba.jpg
< 150 Opening BINARY mode data connection for 111_1147ba.jpg.
* Connection #0 to host www.idruna.com left intact

Thanks,

Paul Nolan, CEO Idruna Software Inc.
http://www.idruna.com
Received on 2004-10-27