sftp多线程下载 //上传文件测试 public static void main(String[] args) throws SftpException, IOException { ExecutorService exec = Executors.newFixedThreadPool(10); for (int i = 0; i <10 ; i++) {... java 2023-12-30 128 点赞 1 评论 193 浏览