I try to connect SFTP server and i get error "[Rebex.Net.SftpException] = {"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."}" Please help

asked 13 Oct '10, 09:36

lav's gravatar image

lav
16
accept rate: 0%


This error is thrown when it's not possible to connect to the SFTP server because the server is not responding to our connection attempts. Common causes of this are unreachable server or bad server port (SFTP runs on TCP port 22 by default). Another possible cause is that the server only supports FTP and FTP/SSL which are different protocols and run at different ports (use Rebex FTP/SSL for these).

Are you able to connect to the server using any third-party SFTP client?

link

answered 13 Oct '10, 11:51

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×23

Asked: 13 Oct '10, 09:36

Seen: 933 times

Last updated: 30 Mar '11, 18:22