org.apache.ftpserver.command
Interface Command
- All Known Implementing Classes:
- ABOR, AbstractCommand, ACCT, APPE, AUTH, CDUP, CWD, DELE, EPRT, EPSV, FEAT, HELP, LANG, LIST, MD5, MDTM, MFMT, MKD, MLSD, MLST, MODE, NLST, NOOP, NotSupportedCommand, OPTS, OPTS_MLST, OPTS_UTF8, PASS, PASV, PBSZ, PORT, PROT, PWD, QUIT, REIN, REST, RETR, RMD, RNFR, RNTO, SITE, SITE_DESCUSER, SITE_HELP, SITE_STAT, SITE_WHO, SITE_ZONE, SIZE, STAT, STOR, STOU, STRU, SYST, TYPE, USER
public interface Command
This interface encapsulates all the FTP commands.
- Version:
- $Rev$, $Date$
- Author:
- The Apache MINA Project (dev@mina.apache.org)
execute
void execute(FtpIoSession session,
FtpServerContext context,
FtpRequest request)
throws java.io.IOException,
FtpException
- Execute command.
- Parameters:
session
- The current FtpIoSession
context
- The current FtpServerContext
request
- The current FtpRequest
- Throws:
java.io.IOException
FtpException
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.