Re: SFTP Connection Failure (General questions)
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:
- SFTP Connection Failure - MikeG, 2008-10-28, 11:56
- Re: SFTP Connection Failure - woddrazen, 2008-10-28, 12:08
- Re: SFTP Connection Failure - MikeG, 2008-10-28, 12:25
- Re: SFTP Connection Failure - woddrazen, 2008-10-28, 13:01
- Re: SFTP Connection Failure - MikeG, 2008-10-28, 13:37
- Re: SFTP Connection Failure - woddrazen, 2008-10-28, 15:04
- Re: SFTP Connection Failure - MikeG, 2008-10-29, 10:48
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 11:02
- Re: SFTP Connection Failure - wodDamir, 2008-11-06, 11:14
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 12:58
- Re: SFTP Connection Failure - wodDamir, 2008-11-06, 13:37
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 13:57
- Re: SFTP Connection Failure - wodDamir, 2008-11-06, 14:30
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 14:54
- Re: SFTP Connection Failure - wodDamir, 2008-11-06, 15:56
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 16:43
- Re: SFTP Connection Failure - woddrazen, 2008-11-06, 19:34
- Re: SFTP Connection Failure - Adi, 2010-02-12, 13:47
- Re: SFTP Connection Failure - woddrazen, 2010-02-12, 14:00
- Re: SFTP Connection Failure - Adi, 2010-02-12, 14:28
- Re: SFTP Connection Failure - woddrazen, 2010-02-12, 16:04
- Re: SFTP Connection Failure - Werner Mirz, 2010-04-22, 11:10
- Re: SFTP Connection Failure - Werner, 2010-04-22, 11:21
- Re: SFTP Connection Failure - wodDamir, 2010-04-22, 11:22
- Re: SFTP Connection Failure - Werner, 2010-04-26, 17:10
- Re: SFTP Connection Failure - wodDamir, 2010-04-22, 11:22
- Re: SFTP Connection Failure - Werner, 2010-04-22, 11:21
- Re: SFTP Connection Failure - Werner Mirz, 2010-04-22, 11:10
- Re: SFTP Connection Failure - woddrazen, 2010-02-12, 16:04
- Re: SFTP Connection Failure - Adi, 2010-02-12, 14:28
- Re: SFTP Connection Failure - woddrazen, 2010-02-12, 14:00
- Re: SFTP Connection Failure - Adi, 2010-02-12, 13:47
- Re: SFTP Connection Failure - woddrazen, 2008-11-06, 19:34
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 16:43
- Re: SFTP Connection Failure - wodDamir, 2008-11-06, 15:56
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 14:54
- Re: SFTP Connection Failure - wodDamir, 2008-11-06, 14:30
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 13:57
- Re: SFTP Connection Failure - wodDamir, 2008-11-06, 13:37
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 12:58
- Re: SFTP Connection Failure - wodDamir, 2008-11-06, 11:14
- Re: SFTP Connection Failure - MikeG, 2008-11-06, 11:02
- Re: SFTP Connection Failure - MikeG, 2008-10-29, 10:48
- Re: SFTP Connection Failure - woddrazen, 2008-10-28, 15:04
- Re: SFTP Connection Failure - MikeG, 2008-10-28, 13:37
- Re: SFTP Connection Failure - woddrazen, 2008-10-28, 13:01
- Re: SFTP Connection Failure - MikeG, 2008-10-28, 12:25
- Re: SFTP Connection Failure - woddrazen, 2008-10-28, 12:08