|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.protocols.FTPBean
public class FTPBean
| Nested Class Summary | |
|---|---|
class |
FTPBean.DirectoryContents
|
| Constructor Summary | |
|---|---|
FTPBean()
|
|
| Method Summary | |
|---|---|
boolean |
cd(String path)
|
boolean |
close()
|
boolean |
connect(String host,
String username,
String password)
|
Object |
dir()
|
boolean |
get(String remoteFile,
String localFile)
|
boolean |
getDebug()
|
Exception |
getLastError()
|
boolean |
put(String localFile,
String remoteFile)
|
boolean |
remove(String path)
|
boolean |
rename(String fromPath,
String toPath)
|
void |
setAscii()
|
void |
setBinary()
|
void |
setDebug(boolean debug)
|
boolean |
setLastErr(Exception e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FTPBean()
| Method Detail |
|---|
public boolean connect(String host,
String username,
String password)
public boolean close()
public void setBinary()
public void setAscii()
public boolean get(String remoteFile,
String localFile)
public boolean put(String localFile,
String remoteFile)
public boolean cd(String path)
public Object dir()
public boolean remove(String path)
public boolean rename(String fromPath,
String toPath)
public boolean setLastErr(Exception e)
public Exception getLastError()
public void setDebug(boolean debug)
public boolean getDebug()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||