>To make sure I understand what you want to do. Do you want to return >multiple replies for a single command? That is, something like: > >Client sends LIST >Server replies 150 >Server sends file list over data socket >Server replies 226 >Ftplet sends site command reply > >/niklas
Yes, that's it! so I have a site command already implemented, and want to be part of "site mycommand" but also been executed after "dir" or "nlist". So mycommand has method: public void execute(FtpIoSession session, FtpServerContext context,FtpRequest request) How to invoque this method from FtpLet? Thanks!
