C#C
C#3y ago
Lander

❔ logs with network file sending

Hello there, I'm currently in the process of writing a FTP server and I want to implement a logging system to ensure that both parties are in conisistent state.
I know there is the method SendFile() but looking at the documention, doesn't show much beyond simply calling.
Is there another function which gives takes abit of load off or the only solution will be to manually send the bytes and log it myself?
Thank you.
Was this page helpful?