public class FTPReply
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Returns the code of the reply.
|
java.lang.String[] |
getMessages()
Returns the textual message(s) of the reply.
|
boolean |
isSuccessCode()
Returns true if the code of the reply is in the range of success codes
(2**).
|
java.lang.String |
toString() |
public int getCode()
public boolean isSuccessCode()
public java.lang.String[] getMessages()
public java.lang.String toString()
toString
in class java.lang.Object