Details
Description
Following change should be added to the FTPClientExample class, otherwise
the default ASCII setting will not be set.
if (binaryTransfer)
{ ftp.setFileType(FTP.BINARY_FILE_TYPE); } // Added else to set correct default file type / M. Frick 2013-02-03
// Default ftp class file type seems to be binary!
else
// End of change / M. Frick 2013-02-03