first:
thank you for my help
question:
proxy ip:200.200.200.246
proxy user:wfn
proxy passwd:8176350
remote ip:ftp.bhu.edu.cn
remote user:anonymous
proxy passwd:12
I DO it
:cry:
ftp.setRemoteHost("ftp.bhu.edu.cn");
ftp.initSOCKS("1080","200.200.200.246");
ftp.initSOCKSAuthentication("wfn","8176350");
ftp.login("anonymous"+"@"+"ftp.bhu.edu.cn","12");
worng or right???