Thomas Kluge
2009-04-27 13:25:32 UTC
I made some tests running my wininet ftp client against an IPv6 enabled
Windows 2008 FTP-Server on Vista
(wininet version: 7.0.6000.16809)
.
The first command failed was the passive mode command:
"500 Command not understood (use EPSV)"
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
Windows 2008 FTP-Server on Vista
(wininet version: 7.0.6000.16809)
.
The first command failed was the passive mode command:
"500 Command not understood (use EPSV)"
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