Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.7k views
in Java FTP by (120 points)
i want to connect to ftp server by using proxy settings
I am using edtftpj-1.4.6
there is two methods in FTPClient class i have used
but not helpfuls


ftp.initSOCKS("80","192.10.1.59");
ftp.initSOCKSAuthentication("administrator","swayam");

1 Answer

0 votes
by (162k points)
The below will work for a SOCKS proxy server. For other proxy servers, you can often specify the proxy username & password in the login - see the Developers Guide.

i want to connect to ftp server by using proxy settings
I am using edtftpj-1.4.6
there is two methods in FTPClient class i have used
but not helpfuls


ftp.initSOCKS("80","192.10.1.59");
ftp.initSOCKSAuthentication("administrator","swayam");

Categories

...