ydjhqatmco 发表于 2016-6-9 06:49:13

FTP下载断点问题解决

FtpClient fc=new FtpClient(strRemoteAddr,21); //连接FTP
fc.binary();
//这一句很关键,因为我是下载rar文件.如果不加会出现sun.net.TelnetProtocolException: misplaced CR in input的异常.
页: [1]
查看完整版本: FTP下载断点问题解决