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

fr.bmartel.speedtest.model.FtpMode Maven / Gradle / Ivy

package fr.bmartel.speedtest.model;

/**
 * FTP local mode
 * @author Bertrand Martel
 */
public enum FtpMode {
    //https://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTPClient.html#enterLocalActiveMode()
    ACTIVE,
    //https://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTPClient.html#enterLocalPassiveMode()
    PASSIVE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy