org.apache.ftpserver.ftplet
Interface FtpRequest


public interface FtpRequest

One FtpRequest made by the client.


Method Summary
 java.lang.String getArgument()
          Get the ftp request argument.
 java.lang.String getCommand()
          Returns the ftp request command.
 java.lang.String getRequestLine()
          Get the client request string.
 boolean hasArgument()
          Check if request contains an argument
 

Method Detail

getRequestLine

java.lang.String getRequestLine()
Get the client request string.


getCommand

java.lang.String getCommand()
Returns the ftp request command.


getArgument

java.lang.String getArgument()
Get the ftp request argument.


hasArgument

boolean hasArgument()
Check if request contains an argument

Returns:
true if an argument is available


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