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