Hi,
What is proxy authentication types? Can you describe more?
When to use proxy AuthenticationMethod as a Basic, Ntlm, Digest;
And what is best proxy authentication type for AuthenticationMethod.
var ftpProxy = new FtpProxy(ftpProxyType, proxySetting.Host, proxySetting.Port)
{
**AuthenticationMethod = FtpProxyAuthentication.Basic**
};
If it is not set then it Automatically takes any AuthenticationMethod in Rebex.Ftp Component.