curl-library
Options FTP_SKIP_PASV_IP and FTP_USE_EPSV and HTTP proxy
Date: Thu, 12 Jan 2006 16:27:03 +0000
Hi,
I tried some more tests and found two options which doesn't work with
HTTP proxy tunnels for ftp transfers.
In both cases the ftp server address for the ftp command channel should
reused for
the data channel. The response for pasv command is parsed but not used.
epsv didn't send an ip address only the port number.
But in reality libcurl reuse the http proxy address as ftp destination
address not the ftp
server address. I tried to fix it. The patch works very well within my
application.
Regards,
Michael
_________________________________________________________________
Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit
Windows-Desktopsuche liefert in sekundenschnelle Ergebnisse. Jetzt neu!
http://desktop.msn.de/ Jetzt gratis downloaden!
- application/octet-stream attachment: ftp.c.patch