I want to write and read it and then upload it to the FTP. Everythings fine, except for the strange idea to enter a new line in a text file

Just to see, this is what I am using
var filehandle = file_open_append("liam_new.txt"); ///LIAM VERSION!!! LIAM LÄDT AUF IMAD!!!
str_cat(ftpurl,"\n");
file_str_write(filehandle,ftpurl);
file_close(filehandle);