public class MyFtplet extends DefaultFtplet
| Constructor and Description |
|---|
MyFtplet() |
| Modifier and Type | Method and Description |
|---|---|
FtpletResult |
onConnect(FtpSession session)
Client connect notification method.
|
FtpletResult |
onDisconnect(FtpSession session)
Client disconnect notification method.
|
afterCommand, beforeCommand, destroy, init, onAppendEnd, onAppendStart, onDeleteEnd, onDeleteStart, onDownloadEnd, onDownloadStart, onLogin, onMkdirEnd, onMkdirStart, onRenameEnd, onRenameStart, onRmdirEnd, onRmdirStart, onSite, onUploadEnd, onUploadStart, onUploadUniqueEnd, onUploadUniqueStartpublic FtpletResult onConnect(FtpSession session) throws FtpException, IOException
onConnect in interface FtpletonConnect in class DefaultFtpletsession - The current FtpSessionFtpExceptionIOExceptionpublic FtpletResult onDisconnect(FtpSession session) throws FtpException, IOException
onDisconnect in interface FtpletonDisconnect in class DefaultFtpletsession - The current FtpSessionFtpExceptionIOExceptionCopyright © 2003–2025 The Apache Software Foundation. All rights reserved.