I have created a "site mycommand", and want it to be executed after customer performs a "ls" or "nlist".
I have also my own FtpLet extending DefaultFtplet, and thought using method afterCommand. In afterCommand I will check if command was a "dir" and then execute my "site mycommand" as response. Any hint on how to do this is apreciated. Thanks!
