|
I am new to FTP\SFTP components, and am attempting to use your Sample Winforms application to connect to a secure public ftp server. I get the same error in your example application that I got in my application, which is "Key exchange failed. Error while sending packet" I can use coreftp lite to connect and navigate just fine. The first time it connects, it asks me to accept their key. Other than that, it works just like any other FTP program. I am not given a pre-shared key or any of that mess. Using your example, I chose verbose logging and got the following:
|
|
It turned out that this was caused by an inability to perform C#:
|
Please try usig Sftp object's LogWriter property to create a communication log (as described at http://www.rebex.net/kb/logging.aspx) and either mail it to us or add it to your question. We should be able to tell more then.