2019年2月13日

sftp多线程下载

摘要: //上传文件测试 public static void main(String[] args) throws SftpException, IOException { ExecutorService exec = Executors.newFixedThreadPool(10); for (int i = 0; i <10 ; i++) { ... 阅读全文

posted @ 2019-02-13 00:20 雨后黄昏 阅读(1410) 评论(0) 推荐(0)

导航