it.sauronsoftware.ftp4j
Class FTPReply

java.lang.Object
  extended byit.sauronsoftware.ftp4j.FTPReply

public class FTPReply
extends java.lang.Object

This class represents FTP server replies in a manageable object oriented way.

Author:
Carlo Pelliccia

Method Summary
 int getCode()
          Returns the code of the reply.
 java.lang.String[] getMessages()
          Returns the textual message(s) of the reply.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCode

public int getCode()
Returns the code of the reply.

Returns:
The code of the reply.

getMessages

public java.lang.String[] getMessages()
Returns the textual message(s) of the reply.

Returns:
The textual message(s) of the reply.

toString

public java.lang.String toString()