FTP ConnectionTimedOut on 3.9

Florian Minjat flo.minjat at free.fr
Wed Sep 7 15:18:56 UTC 2005


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?

Florian Minjat




More information about the Squeak-dev mailing list