| Package | Description |
|---|---|
| com.pastdev.jsch.scp |
| Modifier and Type | Method and Description |
|---|---|
static CopyMode |
CopyMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CopyMode[] |
CopyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScpConnection(SessionFactory sessionFactory,
java.lang.String path,
ScpMode scpMode,
CopyMode copyMode) |
ScpInputStream(SessionFactory sessionFactory,
java.lang.String path,
CopyMode copyMode) |
ScpOutputStream(SessionFactory sessionFactory,
java.lang.String path,
CopyMode copyMode) |
Copyright © 2018 pastdev.com. All Rights Reserved.