|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFTPFlavorReply
Constants and methods for handling FTP server replies.
Method Summary | |
---|---|
java.lang.String |
getFileName()
Returns the fileName after executing FTPClient#executeGetCmd() or FTPClient#executeMgetCmd() etc. |
java.lang.String |
getOperationID()
Get the operation ID on this FTP or SSHFTP reply instance. |
java.util.Vector |
getRemoteFileList()
Returns the remote fileList returned as a Vector after executing commands like NLST ( FTPClient#executeLsCmd()), LIST (FTPClient#executeDirCmd()). |
int |
getReturnCode()
Returns the three digit return code returned from the Server after executing the Command. |
java.lang.String |
getReturnMsg()
Returns the original message returned by the server after executing the command. |
void |
setOperationID(java.lang.String opID)
Set a custom operation ID on this FTP or SSHFTP reply instance. |
java.lang.String |
toString()
Returns a string representation of this SSH/FTPReply including the code, message text, Remote fileList if present and the filename if present. |
Method Detail |
---|
int getReturnCode()
java.lang.String getReturnMsg()
java.util.Vector getRemoteFileList()
java.lang.String getFileName()
java.lang.String toString()
toString
in class java.lang.Object
void setOperationID(java.lang.String opID)
opID
- The name of the operation. E.g. BC/1.1/Notifyjava.lang.String getOperationID()
setOperationID(String)
method has already been called with a non null parameter.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |