Move file to remote computer

  • Thread starter Thread starter Eje
  • Start date Start date
E

Eje

I need to move files from one computer to another using
VB in .Net.
I have tried System.IO.File.Move but this command seems
to function only between locations on the same computer.
I have mapped the path to the other computer so I can
refer to it by using a drive letter ("R:\").
Is there another way to solve the problem?

Eje
 
Back
Top