I am using harishanchu laravel package for transfer xls files in FTP_BINARY mode and csv files in FTP_ASCII mode to ftp.
my clients connect to ftp through windows File Explorer, and i don't know what default transfer mode is in file explorer. they download xls files successfully but when download csv files, there is a blank line between each csv row.
what's the problem with downloading csv files and how to fix this?
tnx