All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gitee.apanlh.util.net.ftp.FtpCommandDirectory Maven / Gradle / Ivy

There is a newer version: 2.0.0.2
Show newest version
package com.gitee.apanlh.util.net.ftp;

/**	
 * 	获取目录读取以及文件对象
 * 
 * 	@author Pan
 */
public interface FtpCommandDirectory extends FtpConfigureHandler {

	/**	
	 * 	获取目录地址对象
	 * 	
	 * 	@author Pan
	 * 	@return	FtpCommandDirectoryPath
	 */
	FtpCommandDirectoryPath getDirectoryPath();
	
	/**	
	 * 	获取目录文件对象
	 * 	
	 * 	@author Pan
	 * 	@return	FtpCommandDirectoryFile
	 */
	FtpCommandDirectoryFile getDirectoryFile();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy