Package com.enterprisedt.net.ftp
Class FTPReply
java.lang.Object
com.enterprisedt.net.ftp.FTPReply
Encapsulates the FTP server reply
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGetter for raw replyGetter for reply codeString[]Getter for reply data linesGetter for reply text
-
Field Details
-
cvsId
Revision control id- See Also:
-
-
Method Details
-
getRawReply
Getter for raw reply- Returns:
- server's raw reply
-
getReplyCode
Getter for reply code- Returns:
- server's reply code
-
getReplyText
Getter for reply text- Returns:
- server's reply text
-
getReplyData
Getter for reply data lines- Returns:
- array of data lines returned (if any). Null if no data lines
-