|
edtFTPj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.net.ftp.test.TestTools
com.enterprisedt.net.ftp.test.FTPTestTools
public class FTPTestTools
Base class for login tools
Field Summary | |
---|---|
protected boolean |
autoPassiveIPSubstitution
If true, uses the original host IP if an internal IP address is returned by the server in PASV mode |
protected FTPConnectMode |
connectMode
Connect mode for test |
protected Logger |
log
Log stream |
protected boolean |
strictReplies
Strict reply checking? |
protected boolean |
useDeprecatedConstructors
If true use deprecated constructors |
Fields inherited from class com.enterprisedt.net.ftp.test.TestTools |
---|
host, password, props, timeout, user |
Constructor Summary | |
---|---|
FTPTestTools()
|
Method Summary | |
---|---|
FTPClientInterface |
connect()
Connect to the remote host |
void |
setProperties(Properties props)
Set test properties for connecting |
Methods inherited from class com.enterprisedt.net.ftp.test.TestTools |
---|
getHost, getPassword, getTimeout, getUser, setHost, setPassword, setUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Logger log
protected boolean useDeprecatedConstructors
protected FTPConnectMode connectMode
protected boolean strictReplies
protected boolean autoPassiveIPSubstitution
Constructor Detail |
---|
public FTPTestTools()
Method Detail |
---|
public void setProperties(Properties props)
setProperties
in class TestTools
props
- properties objpublic FTPClientInterface connect() throws Exception
connect
in class TestTools
Exception
|
edtFTPj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |