10-08-2006 06:16 PM
10-09-2006 10:26 AM
10-09-2006 11:08 AM
Hello Dennis,
Thanks for your answer. The reason I want the data to remain is because I want to also make a sort of email server. But I want the sender to be able to send the email to the other person using DataSocket even when the computer is off. In other words, I want to use the DataSocket variables on the other persons computer to serve as a storage bin that other users can put emails into, even when their computer is off. Is this possible, or would I have to have a seperate computer that is always on and holds the emails until the recipient requests them?
Thanks,
7J1L1M
10-09-2006 11:31 AM
10-09-2006 12:11 PM
10-09-2006 12:29 PM
FTP is File Transfer Protocol and is a widely used standard based on TCP/IP. DSTP is NI's proprietary Datasocket Transfer Protocol. I'm not sure about the details on this protocol or whether NI has published much on this. FTP in LabVIEW is supported with the Internet Toolkit.
If you have permission to write to a web site, you would probably be better off using FTP.
10-09-2006 12:34 PM
10-09-2006 02:16 PM
10-10-2006 01:40 PM
Thanks for all your help!
7J1L1M