public class SftpClientFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
OPT_PASSPHRASE |
static String |
OPT_PRIVATE_KEY |
Constructor and Description |
---|
SftpClientFactory() |
Modifier and Type | Method and Description |
---|---|
static SshClient |
createConnection(String hostname,
int port,
String username,
String password,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions) |
static void |
setSocketFactory(SocketFactory socketFactory) |
public static final String OPT_PRIVATE_KEY
public static final String OPT_PASSPHRASE
public static void setSocketFactory(SocketFactory socketFactory)
Copyright © 2024. All rights reserved.