LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to transfer text file PC to PC using FTP

Solved!
Go to solution

HI,

       How to tranfer one system(Xp OS) onther sytem tex file throught FTP protocal..i have internet toolkit and FTP module.how to set remote path,password,user name.

0 Kudos
Message 1 of 6
(4,278 Views)

Do you have a running FTP server on the destination computer?

0 Kudos
Message 2 of 6
(4,251 Views)

I'm assuming you are running LabVIEW on the "host" computer.  Is the "remote" computer running a LabVIEW program, i.e. are you trying to send data from Host LabVIEW to Remote LabVIEW?  If so, there may be better protocols than FTP (something like Network Streams, or Simple Messaging Protocol, perhaps).  If not, then FTP might be the way to go, provided the Remote is running an FTP Server so that you can initiate an FTP session from LabVIEW.

 

BS

0 Kudos
Message 3 of 6
(4,233 Views)

hi,

        ya i have FTP server in destination system.i want know about how to download and upload text file through FTP protocal.

0 Kudos
Message 4 of 6
(4,198 Views)

hi,

      i don't have labview  in destination system.i have some other FTP server. that have FTP protocal only thats y using FTP .want know about how to download and upload text file through FTP protocal.

0 Kudos
Message 5 of 6
(4,196 Views)
Solution
Accepted by GokulGKM

Use the FTP VIs found under: Data communication -> Protocols -> FTP

0 Kudos
Message 6 of 6
(4,190 Views)