|  |  |  | @ -1162,7 +1162,8 @@ public class IdcServiceImpl implements IdcService { | 
			
		
	
		
			
				
					|  |  |  |  |         return success; | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     private boolean signleDownloadFile(String syncIp, String fileName) { | 
			
		
	
		
			
				
					|  |  |  |  |     @Override | 
			
		
	
		
			
				
					|  |  |  |  |     public boolean signleDownloadFile(String syncIp, String fileName) { | 
			
		
	
		
			
				
					|  |  |  |  |         String filePathSlash = filePath.substring(filePath.length() - 1).equals("/") ? "" : "/"; | 
			
		
	
		
			
				
					|  |  |  |  |         if(!FileUtils.makeDirectory(filePath + filePathSlash + imagePath)) | 
			
		
	
		
			
				
					|  |  |  |  |             IDCUtils.createDirectory(filePath + filePathSlash + imagePath); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |