public class FTPBinary extends java.lang.Object implements FTPCommand
| Constructor and Description |
|---|
FTPBinary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeWith(org.apache.commons.net.ftp.FTPClient client)
Execute the command.
|
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 toString()
toString in class java.lang.Object