解决方案 »

  1.   

    software  caused connection  abort:recv  failed
    software  caused  connection abort:socket  write error
      

  2.   

    software  caused  connection abort 连接中止
    socket  write error socket写错误
    可以打断点吗?看看代码走到哪里出错的
      

  3.   

    就是在OutputStream os =  ftpClient.appendFileStream(new String(remote.getBytes("GBK"),"iso-8859-1"));
    卡住了  一直在获取输出流 直到报错  传小文件就不会卡死