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