AW: Different results in LC with a file from 2 FTP programs

2014-12-03 Thread Tiemo Hollmann TB
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

Re: Different results in LC with a file from 2 FTP programs

2014-12-03 Thread Dave Cragg
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 >

AW: Different results in LC with a file from 2 FTP programs

2014-12-03 Thread Tiemo Hollmann TB
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

Re: Different results in LC with a file from 2 FTP programs

2014-12-02 Thread J. Landman Gay
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

Re: Different results in LC with a file from 2 FTP programs

2014-12-02 Thread Richard Gaskin
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

Different results in LC with a file from 2 FTP programs

2014-12-02 Thread Tiemo Hollmann TB
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