A
Angus
I am designing an FTP server and with FTP commands are dispatched on
one port and the actual data transmission on another.
So I thought I would have a CFTPControl class for handlng the commands
and a CFTPData class for the actual data transmission.
But CFTPControl needs to know when the data transmission has
completed. What is the best way to handle this interaction between
the classes?
one port and the actual data transmission on another.
So I thought I would have a CFTPControl class for handlng the commands
and a CFTPData class for the actual data transmission.
But CFTPControl needs to know when the data transmission has
completed. What is the best way to handle this interaction between
the classes?