Hi,
I am developing one application in c#, where I have to manage file transfer between my applications. The applications can communicate sending strings to each other. The idea is to read file and put that in one string, which can be sent over the network using streams. Of course, the other side, should make a file from received string. I found some examples of doing that, but it seams that all process is going quite slow. If anyone have some expirences with this, or any other hint, they will be welcomed.