07-29-2008 02:15 AM
07-29-2008 02:22 AM
Hi Rajan,
do you really need FTP? If yes you have to run a ftp server on one of your pc´s. To tranfer files you can also use TCP/IP to write your own program using LabVIEW.
Mike
07-29-2008 03:04 AM
Hi Mike
Well i dont want to write a program on tcp/ip for which i need to run the program both on host & client systems.
I want to simply FTP the file for one system to other system, with labview code running in just one system. Do i need to run FTP server on both the PC's or will it work if i run FTP server on one system only.
How should i run the FTP Server?
Thanks & Regards,
Rajan
07-29-2008 03:08 AM
07-29-2008 03:17 AM
Hi Mike
Well what i meant was that i have two systems A & B.
Now i need to copy a file from system B to System A using FTP.
Both system A & B are running on Windows XP.
I do have LabVIEW & internet toolkit installed on System A.
Now what i have understood from what you said is that i have to run FTP server on System B.
Well previously i have used FTP to copy files from PXI-RT controllers to my PC. There i didnt installed any specific software on PXI-RT controller.
I have attached a VI, that i have used previously also with PXI-RT controller as i mentioned. This worked fine in that case.
Thanks & Regards,
Rajan
07-29-2008 03:21 AM
Hi Rajan,
if you use this vi, then you connect to a system which runs a ftp server. You can use this also on two windows systems, but then one of them, in your case the system which has the files you need, has to run a ftp server.
Mike
07-29-2008 03:12 PM
07-30-2008 01:15 AM