01-15-2013 12:56 PM
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
01-15-2013 02:02 PM
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...
01-15-2013 02:21 PM
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.