LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

why can't i write to a url with datasocket

It seems trivial, but why can't I use a simple datasocket write function to write a text file to a url (I own the URL) without using dstp?

 

Thanks!

 

0 Kudos
Message 1 of 4
(2,492 Views)

Hi there

 

Append "[text]" to the URL (like with ftp). See attachment.

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 2 of 4
(2,480 Views)
Hmm. Still doesn't work. Maybe my syntax is incorrect. See attached vi where "MysiteHere" is the name of the web site to which I am trying to write the file.
0 Kudos
Message 3 of 4
(2,467 Views)
Fianlor-

Not all websites support adding [text] to the end of the URL, as seen with www.google.com[text].  If this is the case, then you will not be able to edit the text of the file from the website.  Please check to see if you can go to the website in question with “[Text]” added to the end of it and if you get an error.
Regards,

Mike S
NI AE
0 Kudos
Message 4 of 4
(2,443 Views)