My service runs into this error when trying to connect to a ftp server:

Rebex.Net.SftpException: The operation was not completed within the specified time limit. ---> Rebex.Net.SshException: The operation was not completed within the specified time limit. at Rebex.Net.SshSession.ConnectInner() at Rebex.Net.SshSession.Negotiate() at Rebex.Net.Sftp.Connect(String serverName, Int32 serverPort, SshParameters parameters)

asked 20 Jan '11, 17:31

Danielle's gravatar image

Danielle
16
accept rate: 0%


Are you really connecting to the FTP server? The exception comes from the SFTP component and the SFTP is completely different protocol that has nothing to do with FTP (for more information see our knowledge base article).

For connecting to FTP server you can use our FTP or FTP/SSL component.

If you are sure you are connecting to the SFTP server, please send us a block of code you are using for connecting to the SFTP server. Also please try creating a communication log usig the Sftp object's LogWriter property (as described at http://www.rebex.net/kb/logging.aspx) and mail it us to support@rebex.net. These informations would help us to recognize what is going on.

link

answered 21 Jan '11, 08:39

Jan%20Sotola's gravatar image

Jan Sotola ♦♦
3566
accept rate: 36%

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:

×20

Asked: 20 Jan '11, 17:31

Seen: 682 times

Last updated: 01 Apr '11, 11:22