Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.9k views
in Java FTP by
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

3 Answers

0 votes
by
FTPClient.initSOCKSAuthentication("wfn","350");
0 votes
by
i use proxy passwd "350"
but it is worng
0 votes
by (162k points)
try logging in with 'anonymous' only

i use proxy passwd "350"
but it is worng

Categories

...