c# - transfering files using TCP -
I am trying to develop a program to transfer files to TCP (in the local network) with C # Files should be in encrypted way, transfer
My knowledge about C # is average, and just basic information about socket programming.
Currently not know how to start. If you would have good
Thank you in advance.
You can use WCF with netTcpBinding.
It will encrypt the file during the transfer and will reduce the effort of the development, because you do not have to program any low level socket code.
Comments
Post a Comment