org.mule.modules.ftpclient.config.TransferMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ftp-client-connector Show documentation
Show all versions of ftp-client-connector Show documentation
A Mule connector for ftp/sftp.
package org.mule.modules.ftpclient.config;
/**
* Ftp transfer mode
*/
public enum TransferMode {
Ascii, Binary;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy