Hi again
I found a solution... I just needed to do the following:
I found a solution... I just needed to do the following:
SessionOptions sessionOptions = new SessionOptions
{
Protocol = Protocol.Ftp,
HostName = "proxyhost",
PortNumber = 21,
UserName = "username@hostname proxyusername",
Password = "password"
};
sessionOptions.AddRawSettings("FtpAccount", "proxypassword");