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
Post a Comment