[FIX] FTPBinaryModeFix-nk

Michael Rueger michael at squeakland.org
Thu Feb 24 21:58:40 UTC 2005


ned at squeakland.org wrote:
> from preamble:
> 
> "Change Set:		FTPBinaryModeFix-nk
> Date:			26 January 2005
> Author:			Ned Konz
> 
> Between opening files as MultiByteFileStreams and not setting the FTP
> servers into binary mode, we weren't getting reliable transfers of
> binary data.
> 
> This change set ensures that the same bytes end up on both sides of the
> wire.

But what if you want ascii transfer? This change set forces binary mode 
in all kinds of places (e.g. getFileNamed:) that are not necessarily 
meant to be binary IMO.

Michael




More information about the Squeak-dev mailing list