mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-21 11:29:35 +08:00
Update FtpHelper.java
This commit is contained in:
parent
bfabe29127
commit
980fe38fe4
@ -103,5 +103,16 @@ public abstract class FtpHelper {
|
|||||||
}
|
}
|
||||||
return sourceAllFiles;
|
return sourceAllFiles;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @Title: deleteFile
|
||||||
|
* @Description: 删除相应的文件
|
||||||
|
* @param @param filePath 文件路径
|
||||||
|
* @param @return
|
||||||
|
* @return boolean
|
||||||
|
* @throws
|
||||||
|
*/
|
||||||
|
public abstract boolean deleteFile(String filePath);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user