LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to copy a text file to a remote computer

Hi,

I want to copy a text file located in one computer that belongs to my local network to a directory located on a computer placed in a remote network. How can I do this? I am trying with datasockets but.... it doesn't work....

ToNi.
0 Kudos
Message 1 of 3
(2,360 Views)
Hi,

I have done something similar but saving file(s) to a netwrok drive with help from our IT engineer.
You may try "NET USE". As of how this is apply, check it out in your DOS prompt, type "net use ?"

1. Connect to your network drive (i.e. drive J) using net use command
2. Copy file to J:\
3. Disconnect netwotk drive, J

Hope this may help.

Regards,
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 2 of 3
(2,343 Views)
If you are allowed to map the network drive, map your storage folder on your local PC.
Simply save it to the mapped location.

JLV
0 Kudos
Message 3 of 3
(2,331 Views)