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.

Author:
Apache MINA Project

Method Summary
 void execute(FtpIoSession session, FtpServerContext context, FtpRequest request)
          Execute command.
 

Method Detail

execute

void execute(FtpIoSession session,
             FtpServerContext context,
             FtpRequest request)
             throws IOException,
                    FtpException
Execute command.

Parameters:
session - The current FtpIoSession
context - The current FtpServerContext
request - The current FtpRequest
Throws:
IOException
FtpException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.