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

com.whaleal.icefrog.extra.ftp.FtpMode Maven / Gradle / Ivy

The newest version!
package com.whaleal.icefrog.extra.ftp;

/**
 * FTP连接模式
 *
 * 

* 见:https://www.cnblogs.com/huhaoshida/p/5412615.html * * @author Looly * @author wh * @since 1.0.0 */ public enum FtpMode { /** 主动模式 */ Active, /** 被动模式 */ Passive }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy