Get the dialogue between client and server

I want to show in a window the log of the FTP session, like many FTP clients do. Is there any way to be notified when the SmartFTP library sends a command or receives a response? I cannot find it in the help file.

I'm a licensed customer. Thanks in advance.

Hello ...

The IFTPConnectionEvents::OnStatus event is triggered every time the client sends/receives a command/reply to/from the server. Depending on the language you are using you have to register your class to this event. Please see the provided samples in the \Samples folder.

Regards,
-Mat