Home | History | Annotate | Download | only in command

Lines Matching refs:command

16 package org.mockftpserver.fake.command;

18 import org.mockftpserver.core.command.Command;
19 import org.mockftpserver.core.command.ReplyCodes;
47 protected void handle(Command command, Session session) {
51 String filename = getOutputFile(command);
99 * the required first parameter for the specified Command. Subclasses may override the default behavior.
101 * @param command - the Command
104 protected String getOutputFile(Command command) {
105 return command.getRequiredParameter(0);
109 * @return true if this command should append the transferred contents to the output file; false means