Interface DataTransferFtpReply

All Superinterfaces:
FileActionFtpReply, FtpReply

public interface DataTransferFtpReply extends FileActionFtpReply
A more specific type of FTP reply that is sent by the commands that transfer data over the data connection. These commands include LIST, RETR, STOR, STOU etc.
Author:
Apache MINA Project
  • Method Details

    • getBytesTransferred

      long getBytesTransferred()
      Returns the number of bytes transferred.
      Returns:
      the number of bytes transferred.