| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Active FTP uploads
From: Patrick Heeb <speedpat_at_gmx.net>
Date: Wed, 07 Jun 2006 10:11:03 +0200
I am trying to do parallel active mode FTP uploads with the multi
Am I missing something?
thanks
<code>
the verbose log:
* About to connect() to legolas port 21
> USER bast
< 220 Welcome to Legolas FTP service.
> USER bast
< 331 Please specify the password.
> PASS xxxx
< 331 Please specify the password.
> PASS xxxx
< 230 Login successful.
* We have successfully logged in
< 230 Login successful.
* We have successfully logged in
< 257 "/home/bast"
* Entry path is '/home/bast'
* Entry path is '/home/bast'
* DO phase starts
< 250 Directory successfully changed.
> CWD bast
< 250 Directory successfully changed.
> CWD bast
< 250 Directory successfully changed.
> CWD test
< 250 Directory successfully changed.
> CWD test
< 250 Directory successfully changed.
> CWD a
< 250 Directory successfully changed.
> PORT 192,168,2,224,154,74
< 250 Directory successfully changed.
> PORT 192,168,2,224,195,177
< 200 PORT command successful. Consider using PASV.
* Connect data stream actively
* Connect data stream actively
* DO phase starts
< 250 Directory successfully changed.
> CWD /home
< 250 Directory successfully changed.
> CWD /home
< 250 Directory successfully changed.
> CWD bast
< 250 Directory successfully changed.
> CWD bast
< 250 Directory successfully changed.
> CWD test
< 250 Directory successfully changed.
> CWD test
< 250 Directory successfully changed.
> CWD a
< 250 Directory successfully changed.
> PORT 192,168,2,224,188,62
< 250 Directory successfully changed.
> PORT 192,168,2,224,232,10
< 200 PORT command successful. Consider using PASV.
* Connect data stream actively
* Connect data stream actively
< 200 Switching to Binary mode.
> STOR import_20060523_00001_00001_0000000045.xml
< 150 Ok to send data.
* Connection accepted from server
< 200 Switching to Binary mode.
> STOR import_20060523_00001_00001_0000000045.xml
< 150 Ok to send data.
* Connection accepted from server
* Connection #0 to host legolas left intact
* Connection #0 to host legolas left intact
< 221 Goodbye.
* Closing connection #0
< 221 Goodbye.
* Closing connection #0
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info