Hello,

I have created a java class that implements
org.apache.ftpserver.command.Command interface.

I have a method called public void execute(FtpIoSession session,
FtpServerContext context, FtpRequest request), that the interface uses.

My question is, how do I map a SITE command to use this class.  I will be
using Apache's ftp client class and method sendSiteCommand("FOO").

Thanks,
Carlton

Reply via email to