How to force IP address for passive mode connections?

Advertisement

steven.dash
Joined:
Posts:
2

How to force IP address for passive mode connections?

Hi,

Here is my code, I dont know where the "Force IP address for passive mode connections" setting is in the .NET assembly, which I have had to enable to transfer a local file to a ftp server through the WinSCP GUI.

SessionOptions sessionOptions = new SessionOptions
{
Protocol = Protocol.Ftp,
HostName = "sos.com",
UserName = "sos",
Password = "xxxxxxxxx",
SslCertificate = "2b:04:a8L.. ",
FtpMode = FtpMode.Passive,
FtpSecure = FtpSecure.ExplicitTls
};

Without enabling "Force IP address for passive mode connection" setting I get the following error when using WinSCP GUI.

"Server sent passive reply with unroutable address xx.xx.xx.xx, using host address instead"

If I enable the "Force IP address for passive mode connection" setting in the WinSCP GUI everything works fine.

The problem is that I don't know how to enable this setting using the .NET assembly?

Any assistance would be very much appreciated.

Thanks,
Steven

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum