eff: Re: Different results in LC with a file from 2 FTP programs
>
> On 2 Dec 2014, at 13:54, Tiemo Hollmann TB wrote:
>
> > Hello,
> >
> > I am downloading a ASCII txt file with "put URL tFile into tContent"
> > from my server. Then I filter the content
On 2 Dec 2014, at 13:54, Tiemo Hollmann TB wrote:
> Hello,
>
> I am downloading a ASCII txt file with "put URL tFile into tContent" from my
> server. Then I filter the content of the file in LC 6.5.2 to get the wanted
> data. I changed my FTP program on Windows to FileZilla because my old FTP
>
J. Landman Gay
> Gesendet: Dienstag, 2. Dezember 2014 18:13
> An: How to use LiveCode
> Betreff: Re: Different results in LC with a file from 2 FTP programs
>
> Except in this case he's using a third party product to upload. Tiemo,
maybe
> your app has settings that determine how
Except in this case he's using a third party product to upload. Tiemo, maybe
your app has settings that determine how line endings are handled?
On December 2, 2014 9:27:22 AM CST, Richard Gaskin
wrote:
>Tiemo Hollmann wrote:
>
> > Has anybody any idea, what is happening here with the file and
Tiemo Hollmann wrote:
> Has anybody any idea, what is happening here with the file and why
> two different FTP programs upload a different result on my server
> with the same file, both using ASCII mode? Why is the file expanding
> in my old process, but is missing a CR in each line? Is there per
Hello,
I am downloading a ASCII txt file with "put URL tFile into tContent" from my
server. Then I filter the content of the file in LC 6.5.2 to get the wanted
data. I changed my FTP program on Windows to FileZilla because my old FTP
program didn't had a SFTP protocol, which I wanted to use now. W