public interface SftpProgressMonitor
Modifier and Type | Field and Description |
---|---|
static int |
GET |
static int |
PUT |
static long |
UNKNOWN_SIZE |
Modifier and Type | Method and Description |
---|---|
boolean |
count(long count) |
void |
end() |
void |
init(int op,
String src,
String dest,
long max) |
static final int PUT
static final int GET
static final long UNKNOWN_SIZE
Copyright © 2017 JCraft,Inc.. All rights reserved.