FTP ConnectionTimedOut on 3.9

Marcus Denker denker at iam.unibe.ch
Wed Sep 7 15:31:40 UTC 2005


Am 07.09.2005 um 17:18 schrieb Florian Minjat:

> Hi,
>   I used to have an FTP Monticello repository. I tried to load my
> code  on a 3.9 Squeak image, but I got a ConnectionTimedOut.
>   So I tried this simple code :
> client _ FTPClient openOnHostNamed: 'localhost'.
> client loginUser: 'a' password: 'b'.
>   This code work well on a fresh new 3.8 image, but hang on a fresh
> 3.9 image with the error : ConnectionTimedOut: 'Data receive timed
> out.' in Socket>>waitForDataFor:
>   Any idea on this one?
>

There have been two changes that touched FTP:

  -> Ned's FTPMultiLineResponseFix-nk
       just delete FTPClient>>#lookForCode:ifDifferent:
       and then test again.

  -> FastSocketStream replaced SocketStream... you could file in
       the SocketStream from 3.8 to see if this makes a difference.

    Marcus
  



More information about the Squeak-dev mailing list