c# - how to transfer a files one system to another system -


how transfer files folder of 1 system system in particular folder in c#.net can me on topic

if have unc proper permissions can this:

file.copy(sourcefile, uncdestinationfile); 

you can find out more reading documentation here.

if not familiar unc paths suggest read on here.

usually unc looks like:

\\machine\destinationfolder 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -