File.Copy( @"C:\localpath\file.hlp", @"\\remotemachinename\localpathonremotemachine\file.hlp");
Or something on these lines ... the second value is the UNC path.
And if the target location needs a username and password, the following answer applies: Copy the file to a remote computer using the remote administrator credentials (Thanks to Carlos Randon for finding it).
jerryjvl
source share