public interface Command
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.ftpserver.impl.FtpIoSession session,
org.apache.ftpserver.impl.FtpServerContext context,
org.apache.ftpserver.ftplet.FtpRequest request)
Execute command.
|
void execute(org.apache.ftpserver.impl.FtpIoSession session,
org.apache.ftpserver.impl.FtpServerContext context,
org.apache.ftpserver.ftplet.FtpRequest request)
throws IOException,
org.apache.ftpserver.ftplet.FtpException
session - The current FtpIoSessioncontext - The current FtpServerContextrequest - The current FtpRequestIOExceptionorg.apache.ftpserver.ftplet.FtpExceptionCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.