com.jcraft.jsch
Interface SftpProgressMonitor
public interface SftpProgressMonitor
Method Summary |
boolean |
count(long count)
|
void |
end()
|
void |
init(int op,
java.lang.String src,
java.lang.String dest,
long max)
|
PUT
static final int PUT
- See Also:
- Constant Field Values
GET
static final int GET
- See Also:
- Constant Field Values
UNKNOWN_SIZE
static final long UNKNOWN_SIZE
- See Also:
- Constant Field Values
init
void init(int op,
java.lang.String src,
java.lang.String dest,
long max)
count
boolean count(long count)
end
void end()