Hi,
We have tried to use the it2be FTP plugin as given below. We can’t seem to connect to the FTP Site specified although the FTP connection was tested using FileZilla client. Are we doing something wrong here? If it should be done differently, would be grateful if a sample code is given.
function getConnection()
{
var client = plugins.it2be_ftp.createJFTPclient(“192.168.1.10”, “rpnl”, “WelcomeRPNL”);
if (client.connect()) {
plugins.dialogs.showInfoDialog(‘Test’,‘Success’,‘OK’)
}
}
Thank you…
Nimeshe