I'm using Livecode server to keep and give access to client data. So I have base64 encoded zip file in SFTP server, that I need to decode and unzip. Is there any way to write decoded zip file into server file?
I'm looking for a similar syntax like in LC IDE
Code: Select all
put myData into URL ("file:" & tURL)
Thanks,
Gurgen