| Package | Description |
|---|---|
| com.pastdev.jsch.scp |
| Modifier and Type | Method and Description |
|---|---|
ScpEntry |
ScpInputStream.getNextEntry() |
ScpEntry |
ScpConnection.getNextEntry() |
static ScpEntry |
ScpEntry.newDirectory(java.lang.String name) |
static ScpEntry |
ScpEntry.newDirectory(java.lang.String name,
java.lang.String mode) |
static ScpEntry |
ScpEntry.newEndOfDirectory() |
static ScpEntry |
ScpEntry.newFile(java.lang.String name,
long size) |
static ScpEntry |
ScpEntry.newFile(java.lang.String name,
long size,
java.lang.String mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScpConnection.putNextEntry(ScpEntry entry) |
void |
ScpOutputStream.putNextEntry(ScpEntry entry) |
Copyright © 2018 pastdev.com. All Rights Reserved.