Hi all,
how i do connect to an SFTP (SSH2) server with jSch.lib (ver 1.30) ?
I,ve this error :
com.jcraft.jsch.JSchException: Auth fail
at com.jcraft.jsch.Session.connect(Session.java:519)
at com.jcraft.jsch.Session.connect(Session.java:183)
at anywheresoftware.b4a.objects.SFtpWrapper.connectIfNeeded(SFtpWrapper.java:378)
at anywheresoftware.b4a.objects.SFtpWrapper.access$5(SFtpWrapper.java:373)
at anywheresoftware.b4a.objects.SFtpWrapper$1.run(SFtpWrapper.java:113)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
The user and password are right i've try in filezilla.
Is my sftp server the problem ?
thanks in advice
how i do connect to an SFTP (SSH2) server with jSch.lib (ver 1.30) ?
I,ve this error :
com.jcraft.jsch.JSchException: Auth fail
at com.jcraft.jsch.Session.connect(Session.java:519)
at com.jcraft.jsch.Session.connect(Session.java:183)
at anywheresoftware.b4a.objects.SFtpWrapper.connectIfNeeded(SFtpWrapper.java:378)
at anywheresoftware.b4a.objects.SFtpWrapper.access$5(SFtpWrapper.java:373)
at anywheresoftware.b4a.objects.SFtpWrapper$1.run(SFtpWrapper.java:113)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
The user and password are right i've try in filezilla.
Is my sftp server the problem ?
thanks in advice