S
Shiva Duriseati
Guest
Hi Jorrit, Please add "CustomClassFilter" in shared.properties in the following way. ex: CustomClassFilter=(sun.net.ftp.*)|(java.net.*)|(java.lang.*)|(java.io.*) // You can add multiple packages seperated by "|". In object script ,you can use FTP client object the following way: For example : var ftpCilent=new Packages.sun.net.ftp.FtpClient.create("localhost"); ftpCilent.login(username, password.split('')); For the previous query, you cannot start batch job from object script, but you can start trigger from batch job. Regards, Shiva
Continue reading...
Continue reading...