下载地址:
下载地址1(本站为飞网专业下载站,域名:down.cfei.net)
资源简介:
FTPClient fc = new FTPClient(remoteHost);fc.login(user, password);fc.chdir(remoteOutPath);String[] fileNames = fc.dir();if (fileNames != null || fileNames.length != 0) {for (int i = 0; i < fileNames.length; i++) {System.out.println(fileNames[i])); //得到ftp文件夹下的文件名}}
飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。