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, String src, String dest, long max)

Field Details

GET

public static final int GET
Field Value:
1

PUT

public static final int PUT
Field Value:
0

Method Details

count

public boolean count(long count)

end

public void end()

init

public void init(int op,
                 String src,
                 String dest,
                 long max)