i want to connect to ftp server by using proxy settingsI am using edtftpj-1.4.6there is two methods in FTPClient class i have used but not helpfulsftp.initSOCKS("80","192.10.1.59"); ftp.initSOCKSAuthentication("administrator","swayam");