If I use the command "EPSV":
FtpCommand( m_hFtpConnection, FALSE, FTP_TRANSFER_TYPE_BINARY,
"EPSV",0,&m_hFtpCommand)
the response is:
FTP: Response to Port 49416, '229 Entering Extended Passive Mode
(|||49192|)'
But wininet completely ignores the new assigned port 49192 and there will be
no data transmitted.
Any ideas?
Thomas
I was peeking at the WinInet source code the other day to see how it
responds to the PASV command and I saw some comments in there about IPv6 and
EPSV. I cannot remember what I read. All I remember for sure is that it is
not supported fully. Does anyone else know?
Paul
"Thomas Kluge" <T.K...@t-systems.com> wrote in message
news:OqYbluzx...@TK2MSFTNGP04.phx.gbl...