SFTP plugin "Unable to login to server"

General questions regarding the usage of CodeLite
kipade
CodeLite Enthusiast
Posts: 10
Joined: Thu Nov 01, 2012 11:14 am
Genuine User: Yes
IDE Question: C++
Contact:

SFTP plugin "Unable to login to server"

Post by kipade »

I installed latest codelite 17.7.0, the SFT can't connect to the server, alghough the server is OK. I look up into the source code and found it use libssh, so, I download the libssh source code and compile its sftp example directly and test it OK. However, I had not found any wrong from the SFTP plugin source code, and I tested it on another machine OK. Btw, I use Slackware Linux 15.0 version. I hope some experts would have some advise to help debugging it. Thanks

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: SFTP plugin "Unable to login to server"

Post by eranif »

Enable CodeLite (settings -> preferences -> misc -> log level -> developer) try to login and paste output here

Make sure you have read the HOW TO POST thread
Post Reply