| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.hermesftp.cmd.AbstractFtpCmd
net.sf.hermesftp.cmd.impl.FtpCmdStru
public class FtpCmdStru
FILE STRUCTURE (STRU)
The argument is a single Telnet character code specifying file structure described in the Section on Data Representation and Storage. The following codes are assigned for structure:
[Excerpt from RFC-959, Postel and Reynolds]
| Field Summary | 
|---|
| Constructor Summary | |
|---|---|
| FtpCmdStru() | |
| Method Summary | |
|---|---|
|  void | execute()Currently file and record structure are supported. | 
|  java.lang.String | getHelp()Returns a short help text for the command. | 
|  boolean | isAuthenticationRequired()Returns whether authentication is needed or not. | 
| Methods inherited from class net.sf.hermesftp.cmd.AbstractFtpCmd | 
|---|
| getAbsPath, getAndResetFileOffset, getArguments, getCtx, getPathArg, getPermission, getToken, handleAsyncCmd, isResponded, msg, msg, msg, msgOut, msgOut, msgOut, out, setArguments, setCtx, setToken | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FtpCmdStru()
| Method Detail | 
|---|
public void execute()
             throws FtpCmdException
FtpCmdException - Thrown on any exception occuring while the command is executed.public java.lang.String getHelp()
public boolean isAuthenticationRequired()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||