org.apache.ftpserver.command
Class REST

java.lang.Object
  extended by org.apache.ftpserver.command.AbstractCommand
      extended by org.apache.ftpserver.command.REST
All Implemented Interfaces:
Command

public class REST
extends AbstractCommand

REST <SP> <CRLF>
The argument field represents the server marker at which file transfer is to be restarted. This command does not cause file transfer but skips over the file to the specified data checkpoint. This command shall be immediately followed by the appropriate FTP service command which shall cause file transfer to resume.


Constructor Summary
REST()
           
 
Method Summary
 void execute(FtpIoSession session, FtpServerContext context, FtpRequest request)
          Execute command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

REST

public REST()
Method Detail

execute

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

Parameters:
session - TODO
context - TODO
Throws:
java.io.IOException


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.