Re: put URL destroys my file

2013-04-18 Thread Devin Asay
On Apr 18, 2013, at 1:37 AM, Tiemo Hollmann TB wrote: > Hi Devin, > I tested the following and found out the OS X is doing some magic things. > Not setting the filetype lets LC set it to a standard text document. > Setting it to empty lets OS X choose the creator by the file suffix. > Setting it

AW: put URL destroys my file

2013-04-18 Thread Tiemo Hollmann TB
[mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Devin Asay > Gesendet: Mittwoch, 17. April 2013 17:53 > An: How to use LiveCode > Betreff: Re: put URL destroys my file > > > On Apr 17, 2013, at 3:13 AM, Tiemo Hollmann TB wrote: > > > Hi Warren, > &

Re: put URL destroys my file

2013-04-17 Thread Devin Asay
On Apr 17, 2013, at 3:13 AM, Tiemo Hollmann TB wrote: > Hi Warren, > thank you, you were completly right. The put URL just sets the filetype to > standard text > Setting the filetype to empty before put URL lets the OSX recognize the file > by its dmg extension. > > I have read that there might

AW: put URL destroys my file

2013-04-17 Thread Tiemo Hollmann TB
code [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Warren Samples > Gesendet: Dienstag, 16. April 2013 16:59 > An: How to use LiveCode > Betreff: Re: put URL destroys my file > > On 04/16/2013 08:58 AM, Tiemo Hollmann TB wrote: > > Hello, > > > &

Re: put URL destroys my file

2013-04-16 Thread Warren Samples
On 04/16/2013 08:58 AM, Tiemo Hollmann TB wrote: Hello, Working with LC 4.5.4 I have a dmg file uploaded on my webserver. When downloading it on a mac with a browser via ftp, the dmg keeps in good order. But when doing put URL pUrl into URL ("binfile:" & tFile) the format of the file seems to

put URL destroys my file

2013-04-16 Thread Tiemo Hollmann TB
Hello, Working with LC 4.5.4 I have a dmg file uploaded on my webserver. When downloading it on a mac with a browser via ftp, the dmg keeps in good order. But when doing put URL pUrl into URL ("binfile:" & tFile) the format of the file seems to be destroyed and my mac thinks of it as being a te