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

org.hidetake.groovy.ssh.session.transfer.FileTransferMethod Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
package org.hidetake.groovy.ssh.session.transfer;

/**
 * File transfer method type.
 * Implemented as Java native enum for Gradle 1.x compatibility.
 *
 * @author Hidetake Iwata
 */
public enum FileTransferMethod {
    /**
     * Transfer via SFTP channel
     */
    sftp,

    /**
     * Transfer via SCP command
     */
    scp
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy