Class DeleteFileResult


public class DeleteFileResult extends RemoteFileResult
Holds result of deleting a remote file.
Version:
$Revision$
Author:
Bruce Blackshaw
  • Constructor Details

    • DeleteFileResult

      public DeleteFileResult(String remoteFileName)
  • Method Details

    • endAsync

      public void endAsync() throws IOException, FTPException
      This method is called to complete the asynchronous operation. The same exceptions will be thrown as if the operation was performed synchronously.
      Throws:
      IOException
      FTPException