|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.FTPClient
fcmodeler.pathbinder.MedLeaseClient
public class MedLeaseClient
| Field Summary | |
|---|---|
static java.lang.String |
BASEGZ
|
static java.lang.String |
BASEZIP
|
static java.lang.String |
MONTHLY
|
static java.lang.String |
SAMPLE
|
| Fields inherited from class com.enterprisedt.net.ftp.FTPClient |
|---|
control, cvsId, data, DEFAULT_ENCODING, lastValidReply, messageListener |
| Constructor Summary | |
|---|---|
MedLeaseClient()
|
|
| Method Summary | |
|---|---|
void |
bytesTransferred(long count)
|
void |
get(java.io.File localFile,
com.enterprisedt.net.ftp.FTPFile remoteFile)
|
void |
get(java.io.OutputStream destStream,
java.lang.String remoteFile)
|
byte[] |
get(java.lang.String remoteFile)
|
void |
get(java.lang.String localPath,
java.lang.String remoteFile)
|
java.lang.String |
getMessage()
|
double |
getProgress()
|
boolean |
isDeterministic()
|
boolean |
isFinished()
|
boolean |
isMonitorable()
|
boolean |
isRunning()
|
void |
mget(java.io.File localDir,
com.enterprisedt.net.ftp.FTPFile[] remoteFiles)
|
void |
setMonitorable(boolean m)
|
boolean |
verifyChecksum(java.io.File original,
java.io.File md5file)
|
| Methods inherited from class com.enterprisedt.net.ftp.FTPClient |
|---|
abort, account, cancelResume, cancelTransfer, cdup, chdir, checkConnection, clearSOCKS, connect, connected, debugResponses, delete, dir, dir, dir, dirDetails, features, getBuildTimestamp, getConnectMode, getControlEncoding, getControlPort, getLastValidReply, getMessageListener, getMonitorInterval, getRemoteAddr, getRemoteHost, getTimeout, getTransferBufferSize, getType, getVersion, help, initialize, initSOCKS, initSOCKSAuthentication, isStrictReturnCodes, list, list, login, login, mkdir, modtime, noOperation, password, put, put, put, put, put, put, pwd, quit, quote, readChar, readChunk, readLine, rename, resume, rmdir, setActiveIPAddress, setActivePortRange, setConnectMode, setControlEncoding, setControlPort, setFTPFileFactory, setMessageListener, setParserLocale, setPORTIP, setProgressMonitor, setProgressMonitor, setRemoteAddr, setRemoteHost, setStrictReturnCodes, setTimeout, setTransferBufferSize, setType, site, size, system, user, validateTransfer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BASEZIP
public static final java.lang.String BASEGZ
public static final java.lang.String MONTHLY
public static final java.lang.String SAMPLE
| Constructor Detail |
|---|
public MedLeaseClient()
throws java.io.IOException,
com.enterprisedt.net.ftp.FTPException,
java.security.NoSuchAlgorithmException
java.io.IOException
com.enterprisedt.net.ftp.FTPException
java.security.NoSuchAlgorithmException| Method Detail |
|---|
public void setMonitorable(boolean m)
setMonitorable in interface Monitorablepublic boolean isMonitorable()
isMonitorable in interface Monitorablepublic java.lang.String getMessage()
getMessage in interface Monitorablepublic double getProgress()
getProgress in interface Monitorablepublic boolean isFinished()
isFinished in interface Monitorablepublic boolean isDeterministic()
isDeterministic in interface Monitorablepublic void bytesTransferred(long count)
bytesTransferred in interface com.enterprisedt.net.ftp.FTPProgressMonitorpublic boolean isRunning()
isRunning in interface Monitorable
public void get(java.io.OutputStream destStream,
java.lang.String remoteFile)
throws java.io.IOException,
com.enterprisedt.net.ftp.FTPException
get in interface com.enterprisedt.net.ftp.FTPClientInterfaceget in class com.enterprisedt.net.ftp.FTPClientjava.io.IOException
com.enterprisedt.net.ftp.FTPException
public void get(java.lang.String localPath,
java.lang.String remoteFile)
throws java.io.IOException,
com.enterprisedt.net.ftp.FTPException
get in interface com.enterprisedt.net.ftp.FTPClientInterfaceget in class com.enterprisedt.net.ftp.FTPClientjava.io.IOException
com.enterprisedt.net.ftp.FTPException
public byte[] get(java.lang.String remoteFile)
throws java.io.IOException,
com.enterprisedt.net.ftp.FTPException
get in interface com.enterprisedt.net.ftp.FTPClientInterfaceget in class com.enterprisedt.net.ftp.FTPClientjava.io.IOException
com.enterprisedt.net.ftp.FTPException
public void get(java.io.File localFile,
com.enterprisedt.net.ftp.FTPFile remoteFile)
throws java.io.IOException,
com.enterprisedt.net.ftp.FTPException
java.io.IOException
com.enterprisedt.net.ftp.FTPException
public void mget(java.io.File localDir,
com.enterprisedt.net.ftp.FTPFile[] remoteFiles)
throws java.io.IOException,
com.enterprisedt.net.ftp.FTPException
java.io.IOException
com.enterprisedt.net.ftp.FTPException
public boolean verifyChecksum(java.io.File original,
java.io.File md5file)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||