Interface RenameFtpReply

All Superinterfaces:
FtpReply

public interface RenameFtpReply extends FtpReply
A more specific type of reply that is sent when a file is attempted to rename. This reply is sent by the RNTO command.
Author:
Apache MINA Project
  • Method Details

    • getFrom

      FtpFile getFrom()
      Returns the file before the rename.
      Returns:
      the file before the rename. May return null, if the file information is not available.
    • getTo

      FtpFile getTo()
      Returns the file after the rename.
      Returns:
      the file after the rename. May return null, if the file information is not available.