Package io.milton.ftp

Interface FtpActionListener


public interface FtpActionListener
Author:
brad
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAction(org.apache.ftpserver.impl.FtpIoSession session, org.apache.ftpserver.ftplet.FtpRequest request, Runnable r)
     
  • Method Details

    • onAction

      void onAction(org.apache.ftpserver.impl.FtpIoSession session, org.apache.ftpserver.ftplet.FtpRequest request, Runnable r)