public interface SftpProgressMonitor
Modifier and Type | Field | Description |
---|---|---|
static int |
GET |
|
static int |
PUT |
|
static long |
UNKNOWN_SIZE |
Modifier and Type | Method | Description |
---|---|---|
boolean |
count(long count) |
|
void |
end() |
|
void |
init(int op,
java.lang.String src,
java.lang.String dest,
long max) |
static final int PUT
static final int GET
static final long UNKNOWN_SIZE