由ftpClient1 -->ftpClient2
public void uploadeFile(String filePath,String ywh,String xzqu,String bjbh,Map fj,String id){
filePath=filePath.trim();
String fileName=filePath.substring(filePath.lastIndexOf("/")+1);
String folderPath=filePath.replace(("/"+fileName),"");
//folderPath="/"+folderPath;
// System.out.println("==================================folderPath================"+folderPath);
String targetPath=ftpBasePath;
FTPClient ftpClient1 = new FTPClient();
FTPClient ftpClient2 = new FTPClient();
try{
//连接FTP服务器
ftpClient2 .connect(ftpIP,port);
ftpClient1 .connect(bdcF