org.apache.ftpserver.command.impl
Class HELP
java.lang.Object
org.apache.ftpserver.command.AbstractCommand
org.apache.ftpserver.command.impl.HELP
- All Implemented Interfaces:
- Command
public class HELP
- extends AbstractCommand
Internal class, do not use directly.
HELP [<SP> ] <CRLF>
This command shall cause the server to send helpful information regarding its
implementation status over the control connection to the user. The command
may take an argument (e.g., any command name) and return more specific
information as a response.
- Author:
- Apache MINA Project
Constructor Summary |
HELP()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HELP
public HELP()
execute
public void execute(FtpIoSession session,
FtpServerContext context,
FtpRequest request)
throws IOException
- Execute command.
- Parameters:
session
- The current FtpIoSession
context
- The current FtpServerContext
request
- The current FtpRequest
- Throws:
IOException
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.