Exception:
SOCKS : authentication failed
but i setting proxy server is right
remote ip:ftp.cc.edu.cn
remote user:anonymous@ftp.cc.edu.cn
proxy server ip:200.200.200.226
proxy user:wfn
proxy passwd:350
socket port:1080
i do it
ftp=new FTPClient();
FTPClient.initSOCKS("1080","200.200.200.226");
FTPClient.initSOCKSAuthentication("wfn","8176350");
ftp.setRemoteHost("200.200.200.226");
ftp.setRemotePort(1080);
ftp.connect();
ftp.login("anonymous@ftp.cc.edu.cn","");
why???
:cry:
thank you for my help