| Package | Description |
|---|---|
| com.helger.jsch.scp |
| Modifier and Type | Method and Description |
|---|---|
static ECopyMode |
ECopyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECopyMode[] |
ECopyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScpConnection(ISessionFactory sessionFactory,
String path,
EScpMode scpMode,
ECopyMode copyMode) |
ScpInputStream(ISessionFactory sessionFactory,
String path,
ECopyMode copyMode) |
ScpOutputStream(ISessionFactory sessionFactory,
String path,
ECopyMode copyMode) |
Copyright © 2020 Philip Helger. All rights reserved.