SyntaxFix
Write A Post
Hire A Developer
Questions
I have also face the Auth Fail issue, the problem with my code is that I have
channelSftp.cd("");
It changed it to
channelSftp.cd(".");
Then it works.