public interface FileObserver
| Modifier and Type | Method and Description |
|---|---|
void |
notifyDelete(FtpIoSession session,
org.apache.ftpserver.ftplet.FtpFile file)
User file delete notification.
|
void |
notifyDownload(FtpIoSession session,
org.apache.ftpserver.ftplet.FtpFile file,
long size)
User file download notification.
|
void |
notifyMkdir(FtpIoSession session,
org.apache.ftpserver.ftplet.FtpFile file)
User make directory notification.
|
void |
notifyRmdir(FtpIoSession session,
org.apache.ftpserver.ftplet.FtpFile file)
User remove directory notification.
|
void |
notifyUpload(FtpIoSession session,
org.apache.ftpserver.ftplet.FtpFile file,
long size)
User file upload notification.
|
void notifyUpload(FtpIoSession session, org.apache.ftpserver.ftplet.FtpFile file, long size)
void notifyDownload(FtpIoSession session, org.apache.ftpserver.ftplet.FtpFile file, long size)
void notifyDelete(FtpIoSession session, org.apache.ftpserver.ftplet.FtpFile file)
void notifyMkdir(FtpIoSession session, org.apache.ftpserver.ftplet.FtpFile file)
void notifyRmdir(FtpIoSession session, org.apache.ftpserver.ftplet.FtpFile file)
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.