I have created a new Linux server with Pure-FTPD as a FTP server
Whenever I transfer text files from a Windows PC using FileZilla to Pure ftp server running on Linux, the text file undergoes corruption or modification (which after some web search I found to be CR and LF (Carriage return and line feed) related changes in Windows and Linux as in here
FileZilla transfer mode was set as Auto and from my research I found that when transfer mode is set to ASCII this problem might arise.
A temporary solution is to set Transfer mode as Binary in Filezilla which did solve the problem.
But I want to manage this Transfer mode of Binary at the Receiving side ( Pure FTP server).
I tried setting Pure FTP config with "disable_ascii" set as yes as suggested here
but this did not work.
Are there any other methods to set Pure FTP to receive files in Binary mode only even though if the clients send it as ASCII?