curl -f -L -s -S -P - -O ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.1.1.tar.bz2

More curl problems -- same behavior with /usr/bin/curl or /sw/bin/curl. I'm beginning to dislike curl.

[bumbox:/tmp] bbum% curl -v -f -L -s -S -P - -O ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.1.1.tar.bz2
< 220-You are user number 37 of 200 allowed.
< 220-Setting memory limit to 1024+1024kbytes
< 220-Welcome to the Trolltech FTP server. Here you will find Qt-related
< 220-files and miscellaneous other stuff we've written.
< 220-
< 220-If you want to mirror anything here, please write to
< [EMAIL PROTECTED] and notify us of the fact.
< 220-
< 220-Please send comments about the server to [EMAIL PROTECTED]
< 220-
< 220-
< 220-Local time is now 20:22 and the load is 0.54.
< 220-Only anonymous FTP is allowed at ftp.trolltech.com.
< 220 You will be disconnected after 1800 seconds of inactivity.
> USER anonymous
< 331 Any password will work.
> PASS [EMAIL PROTECTED]
< 230 OK. Current directory is /
* We have successfully logged in
> PWD
< 257 "/"
* Entry path is '/'
* Connected to ftp.trolltech.com (80.232.38.140)
> CWD qt/source
< 250-This directory contains source code for the X version of Qt, which
< 250-contains makefiles for approximately a dozen unixes.
< 250-
< 250-
< 250 Changed to /qt/source
* We connect from bumbox.local.
> PORT 192,168,1,101,253,247
< 502-PORT/EPRT is disabled for security reasons.
< 502 Please use PASV/EPSV instead ("passive on")
curl: (30) Server does not grok PORT, try without it!
* Closing live connection (#0)

However:

[bumbox:/tmp] bbum% curl -v -f -L -s -S -O ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.1.1.tar.bz2
< 220-You are user number 34 of 200 allowed.
< 220-Setting memory limit to 1024+1024kbytes
< 220-Welcome to the Trolltech FTP server. Here you will find Qt-related
< 220-files and miscellaneous other stuff we've written.
< 220-
< 220-If you want to mirror anything here, please write to
< [EMAIL PROTECTED] and notify us of the fact.
< 220-
< 220-Please send comments about the server to [EMAIL PROTECTED]
< 220-
< 220-
< 220-Local time is now 20:22 and the load is 0.65.
< 220-Only anonymous FTP is allowed at ftp.trolltech.com.
< 220 You will be disconnected after 1800 seconds of inactivity.
> USER anonymous
< 331 Any password will work.
> PASS [EMAIL PROTECTED]
< 230 OK. Current directory is /
* We have successfully logged in
> PWD
< 257 "/"
* Entry path is '/'
* Connected to ftp.trolltech.com (80.232.38.140)
> CWD qt/source
< 250-This directory contains source code for the X version of Qt, which
< 250-contains makefiles for approximately a dozen unixes.
< 250-
< 250-
< 250 Changed to /qt/source
> PASV
< 227 Passive mode OK (80,232,38,140,42,167)
* Connecting to ftp.trolltech.com (80.232.38.140) port 10919
* Connected the data stream!
> TYPE I
< 200 TYPE is now 8-bit binary
> RETR qt-x11-free-3.1.1.tar.bz2
< 150-Accepted data connection from 67.86.52.76:65019
< 150 12103.4 kbytes to download
* Getting file with size: -1
.... download succeeds ....



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to