public class SFTPClient extends Object
| Constructor and Description |
|---|
SFTPClient(String identity,
String username,
String password,
String host) |
SFTPClient(String identity,
String username,
String password,
String host,
int port) |
SFTPClient(String identity,
String passPhrase,
String username,
String password,
String host,
boolean runCrypto,
String secretKey) |
SFTPClient(String identity,
String passPhrase,
String username,
String password,
String host,
int port) |
SFTPClient(String identity,
String passPhrase,
String username,
String password,
String host,
int port,
boolean runCrypto,
String secretKey) |
SFTPClient(String identity,
String passPhrase,
String username,
String password,
String host,
int port,
boolean runCrypto,
String secretKey,
String algorithm) |
| Modifier and Type | Method and Description |
|---|---|
String |
copy(String source,
String target) |
String |
copyLatest(String source,
String target) |
String |
copyLatestToFTP(String source,
String target) |
String |
copyToFTP(String source,
String target) |
public SFTPClient(String identity, String username, String password, String host, int port)
public SFTPClient(String identity, String passPhrase, String username, String password, String host, int port)
public SFTPClient(String identity, String passPhrase, String username, String password, String host, boolean runCrypto, String secretKey)
public SFTPClient(String identity, String passPhrase, String username, String password, String host, int port, boolean runCrypto, String secretKey)
Copyright © 2017. All rights reserved.