java 在ftp上的所有文件查询文件是否存在
1个回答
推荐于2017-11-22
展开全部
package test;
import java.io.DataInputStream;
import sun.net.ftp.FtpClient;
public class FtpDown1 {
public static void main(String args[]) throws Exception {
String host = "ip地址";
String path = "";
String username = "用户名";
String password = "密肢闹码";
FtpClient client = new FtpClient(host);
client.login(username, password);
client.binary();
client.cd("/目录名称");//如果是根目录下直接写个/就行了,或者不写
DataInputStream dis =new DataInputStream(client.nameList("test_*.xml"));
int readCount; 庆轿
String s="";
while((s=dis.readLine())!=null) {
//在此处判断是否存在对历差罩应的文件
System.out.println("Getting: " + s);
}
}
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询