FileZilla 'Bug'

Hi,

I’m having major problems with FileZilla.
When I upload a file, the uploaded file looses all its spacing, etc so it becomes errored.
Even though the code is written correctly

<?php
...code here...

When uploaded it appears as:

<?php...code here...

Which will obviously throw an error.

Does anyone have any idea what’s going on here?

Cheers!

Try changing the transfer type from ASCII to Binary. To change it, go to options/settings > Transfers > File Types.

Sorry for the delayed reply.
Your suggestion worked.

Thanks!