G
Guest
Hi all,
There appears to be a problem with the .NET 2.0 class FtpWebRequest in the
following circumstance (an example):
1.) FTPD runs on port 21 on ip 192.168.0.2
2.) On issuing PASV command the data connection reply string gives IP !=
192.168.0.2
So, when the data connection IP is different to the control connection IP
the application throws a WebException helpfully informing me that this is the
case.
Is there any way to change this behaviour?
Martin
There appears to be a problem with the .NET 2.0 class FtpWebRequest in the
following circumstance (an example):
1.) FTPD runs on port 21 on ip 192.168.0.2
2.) On issuing PASV command the data connection reply string gives IP !=
192.168.0.2
So, when the data connection IP is different to the control connection IP
the application throws a WebException helpfully informing me that this is the
case.
Is there any way to change this behaviour?
Martin