Interface FileActionFtpReply

All Superinterfaces:
FtpReply
All Known Subinterfaces:
DataTransferFtpReply

public interface FileActionFtpReply extends FtpReply
A more specific type of FtpReply that is sent for commands that act on a single file or directory such as MKD, DELE, RMD etc.
Author:
Apache MINA Project
  • Method Details

    • getFile

      FtpFile getFile()
      Returns the file (or directory) on which the action was taken (e.g. uploaded, created, listed)
      Returns:
      the file on which the action was taken. May return null, if the file information is not available.