Re: SFTP Connection Failure - WeOnlyDo Discussion board

Re: SFTP Connection Failure (General questions)

by Adi, Friday, February 12, 2010, 13:47 (5196 days ago) @ woddrazen

Mike,


Honestly we will need to test this. We don't need to connect to that server we need only Hostname value.


Drazen

Hi everyone,
Were you guys able to figure this out?

I'm experiencing the same problem.
I was able to identify where this exception comes from:

int index = this..();
int num4 = 0;
for (int i = 0; (i < this..()) && (num4 == 0); i++)
{
if (this.. == 10)
{
num4 = i;
}
}
if (num4 == 0)
{
if (this..() < 0x400)
{
return 0;
}
base. = new ProtocolException( Server identification string too long (more than 1024 bytes, possibly invalid) );
if (base. != null)
{
base..Set();
}
throw base.;
}

Can you guys tell me how that length is being determined?
internal int ()
{
return (this. - this.);
}
What is the meaning of the two instance variables?

Thank you in advance!


Complete thread: