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 java.io.IOException
sess
- FTPSrvSessionreq
- FTPRequestjava.io.IOException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.