How to send files across a network

UncleRonin

Well-known member
Joined
Feb 28, 2006
Messages
230
Location
South Africa
Programming Experience
5-10
In my application I need to send dlls across the network. For all other communication I use BinaryFormatters. Can BinaryFormatters be used with files as well? If not, what other way can I use to send files? I am guessing from Socket.SendFile that there is an alternative which makes use of it.

I've searched this topic alot and for some reason I haven't been able to find any solutions! *falls over* maybe my filters are going nuts, who knows. Anyways, if anybody could help it would be much appreciated!
 
Back
Top