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

org.mule.modules.ftpclient.config.TransferMode Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package org.mule.modules.ftpclient.config;

/**
 * Ftp transfer mode
 */
public enum TransferMode {
    Ascii, Binary;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy