Hope this helps..
DEBUG : Set LocalDirectory='C:\Program Files\Enterprise Distributed Technologies\edtFTPnet PRO'
INFO : Licence expiry date: 12/31/2099
INFO : Production license
INFO : Licence expiry date: 12/31/2099
INFO : Production license
DEBUG : 192.168.1.102 resolved to 192.168.1.102
DEBUG : Connecting directly to SFTP server 192.168.1.102:22
DEBUG : Connected successfully to SFTP server 192.168.1.102:22
DEBUG : Beginning protocol negotiation
DEBUG : Protocol negotiation complete
DEBUG : RepeatCallback received 27 bytes
DEBUG : offset=0,length=27
DEBUG : pos=26
ERROR : EnterpriseDT.Net.Ftp.Ssh.SFTPException: Format of server version is invalid : System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess)
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean verifyAccess)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at ExampleViewer.NonGuiExPage.RunExample()
CAUSED BY:
EnterpriseDT.Net.Ftp.Ssh.SFTPException: Format of server version is invalid
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.Connect()
at EnterpriseDT.Net.Ftp.SecureFTPConnection.Connect()
at SFTP1Example.Run(String serverAddress, Int32 serverPort, String userName, String password)
CAUSED BY:
EnterpriseDT.Net.Ftp.Ssh.SFTPException: Format of server version is invalid
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.Connect()
at EnterpriseDT.Net.Ftp.SecureFTPConnection.Connect()
at SFTP1Example.Run(String serverAddress, Int32 serverPort, String userName, String password)