public class FTPCd extends java.lang.Object implements FTPCommand
| Constructor and Description |
|---|
FTPCd() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeWith(org.apache.commons.net.ftp.FTPClient client)
Execute the command.
|
java.lang.String |
getPath() |
void |
setPath(java.lang.String path) |
java.lang.String |
toString() |
public boolean executeWith(org.apache.commons.net.ftp.FTPClient client)
throws java.io.IOException
FTPCommandexecuteWith in interface FTPCommandclient - The client session.java.io.IOExceptionpublic java.lang.String getPath()
public void setPath(java.lang.String path)
public java.lang.String toString()
toString in class java.lang.Object