LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FTP PROTOCOLO

HI, I will now question:
I would like to know how can I do using ftp.vi sending to an ftp server a string several times, and each time the string to append to the previous screen without overwriting the file. I await your solution to my problem

0 Kudos
Message 1 of 3
(2,648 Views)

Concerning FTP, check-out the examples that ship with LV. As for the rest of your question, there is not enough information about what you are doing to give a relevant answer.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,638 Views)

FTP is a file transfer protocol and is not meant to sent content one line at a time. It sends the entire file. If you repeat the same put command you will overwrite the file on the destination.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 3 of 3
(2,634 Views)