org.apache.ftpserver.interfaces
Interface Command
- All Known Implementing Classes:
- ABOR, AbstractCommand, ACCT, APPE, AUTH, CDUP, CWD, DELE, EPRT, EPSV, FEAT, HELP, LANG, LIST, MD5, MDTM, 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.
execute
void execute(FtpIoSession session,
FtpServerContext context,
FtpRequest request)
throws java.io.IOException,
FtpException
- Execute command.
- Parameters:
session
- TODOcontext
- TODO
- Throws:
java.io.IOException
FtpException
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.