![JAR search and dependency download from the Maven repository](/logo.png)
com.pastdev.jsch.nio.file.Variant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsch-nio Show documentation
Show all versions of jsch-nio Show documentation
A Java 7 FileSystem implementation over SSH using JSch and jsch-extension
The newest version!
package com.pastdev.jsch.nio.file;
public enum Variant {
/** Gnu version of command */
GNU,
/** BSD version of command */
BSD
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy