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

cn.hutool.extra.ftp.FtpMode Maven / Gradle / Ivy

There is a newer version: 5.8.33
Show newest version
package cn.hutool.extra.ftp;

/**
 * FTP连接模式
 * 
 * 

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy