Hey i use SCP class in order to receive an file from a server.
Accessing the machine with WinSCP and same credentials is working.
I always get thinks like
"auth failed"
"verify false"
and somtheing like this:
Session.connect: System.ArgumentNullException: Der Wert darf nicht NULL sein.
bei System.Threading.Monitor.Enter(Object obj)
bei Tamir.SharpSsh.jsch.Session.send_kexinit()
bei Tamir.SharpSsh.jsch.Session.receive_kexinit(Buffer buf)
bei Tamir.SharpSsh.jsch.Session.connect(Int32 connectTimeout)
I only do normal password username authentication, no public key or sth else.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
oh and sometimes i get this
Session.connect: System.IO.IOException: invalid data
bei Tamir.SharpSsh.jsch.Session.read(Buffer buf)
bei Tamir.SharpSsh.jsch.UserAuth.start(Session session)
bei Tamir.SharpSsh.jsch.UserAuthNone.start(Session session)
bei Tamir.SharpSsh.jsch.Session.connect(Int32 connectTimeout)
Last edit: Anonymous 2013-11-15