cURL / Mailing Lists / curl-users / Single Mail

curl-users

Ftp upload failure with 7.10.8

From: Moshe Livne (Leibovitch) <moshe_at_softlink.com>
Date: Wed, 3 Dec 2003 15:23:14 +0200

Hi all,

I have downloaded the zip from the site, compiled it in vc6 using the dsw
provided, took the ftp, used the source from
http://curl.haxx.se/lxr/source/docs/examples/ftpupload.c, modified slightly
to include CURLOPT_USERPWD, run it and got access violation. Following is
the verbose trace:
* Connected to 192.147.160.86 (192.147.160.86) port 21
< 220 redhat7 FTP server (Version wu-2.6.1(1) Wed Aug 9 05:54:50 EDT 2000)
ready
.
> USER root
< 331 Password required for root.
> PASS redhat7
< 230-Please read the file README
< 230- it was last modified on Wed Jan 22 16:35:58 2003 - 315 days ago
< 230 User root logged in.
* We have successfully logged in
> PWD
< 257 "/root" is current directory.
* Entry path is '/root'
> EPSV
< 500 'EPSV': command not understood.
> PASV
< 227 Entering Passive Mode (192,147,160,86,74,148)
* About to connect() to 192.147.160.86:19092
* Connecting to 192.147.160.86 (192.147.160.86) port 19092
* Connected the data stream with PASV!
> TYPE I
< 200 Type set to I.
> STOR while-uploading.txt
< 150 Opening BINARY mode data connection for while-uploading.txt.
Press any key to continue
Followed by access violation. I am attaching the jpeg of the screen.

Any help will be highly appreciated!

Thanks,
Moshe

-------------------------------------------------------
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8

curl.jpg
Received on 2003-12-03