All was good until last week, one of my vendor change their SFTP ciphers and since then. I am not able to connect to Rebex SFTP. though I am able to connect through filezilla after upgrading it.
Also, when I try to connect passing username and password, I am getting 'Error While Sending packet' message.
using (Sftp client = new Sftp())
{
client.Connect("test.rebex.com");
client.Login("username", "pasword");
}
Please help.
Thanks in Advance.
DD