edtFTPj

com.enterprisedt.net.ftp
Class FTPReply

java.lang.Object
  extended by com.enterprisedt.net.ftp.FTPReply

public class FTPReply
extends Object

Encapsulates the FTP server reply

Version:
$Revision: 1.6 $
Author:
Bruce Blackshaw

Field Summary
static String cvsId
          Revision control id
 
Method Summary
 String getRawReply()
          Getter for raw reply
 String getReplyCode()
          Getter for reply code
 String[] getReplyData()
          Getter for reply data lines
 String getReplyText()
          Getter for reply text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

public static final String cvsId
Revision control id

See Also:
Constant Field Values
Method Detail

getRawReply

public String getRawReply()
Getter for raw reply

Returns:
server's raw reply

getReplyCode

public String getReplyCode()
Getter for reply code

Returns:
server's reply code

getReplyText

public String getReplyText()
Getter for reply text

Returns:
server's reply text

getReplyData

public String[] getReplyData()
Getter for reply data lines

Returns:
array of data lines returned (if any). Null if no data lines

edtFTPj

Copyright © 2000-2007 Enterprise Distributed Technologies. All Rights Reserved.