public interface FTPSiteInterface
Optional interface that is used to provide processing for the FTP SITE command.
| Modifier and Type | Method and Description |
|---|---|
void |
initializeSiteInterface(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the site interface
|
void |
processFTPSiteCommand(FTPSrvSession sess,
FTPRequest req)
Process an FTP SITE specific command
|
void initializeSiteInterface(ServerConfiguration config, org.springframework.extensions.config.ConfigElement params)
config - ServerConfigurationparams - ConfigElementvoid processFTPSiteCommand(FTPSrvSession sess, FTPRequest req) throws IOException
sess - FTPSrvSessionreq - FTPRequestIOExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.