Hello everybody! I'm new in this forum.
I hope to write in the right category...
I need your help because I'm not able to write into a file present into my website.
In the Designer part I have written
Call File1.AppendToFile
Text: "My Text"
FileName: "/MyFile.txt"
obviously it writes in my storage...
How have I do to write into a folder of my website?
something like
"http://mywebsite/folder/MeFile.txt"
or
"ftp://mywebsite/folder/MeFile.txt"
And where can I put the ftp values to let it to enter and write into my website? (host, ftp, username, port, password...)
CAN I DO THIS? Or NOT anyway?
I do this because, at a later time, I must read the content of MyFile.txt from an other smartphone or pc.
Thanks and excuse me because of my not perfect english.
Carlo