[BUG]Semaphore>>waitTimeoutMSecs: (while using an FTP ServerDirectory)

Michael Rueger m.rueger at acm.org
Fri Jul 25 15:12:32 UTC 2003


Daniel Vainsencher wrote:
> Since the server directory is supposed to be polymorphic with
> directories, this should "just work". Alas...

Good joke ;-)

> SocketStream>>receiveData
> SocketStream>>upToAll:
> SocketStream>>nextLineCrLf
> SocketStream>>nextLine
> FTPClient(TelnetProtocolClient)>>fetchNextResponse
> FTPClient(TelnetProtocolClient)>>lookForCode:ifDifferent:
> FTPClient(TelnetProtocolClient)>>lookForCode:
> [] in FTPClient>>login

You are waiting for a response that is not coming for one reason or 
another. Try adding Transcript shows to the fetchResponse and sendData 
methods so you can see what's actually going over the line.
You could also send me the code and the Transcript trace and I will have 
a look at it. Could be that the FTPClient isn't handling the responses 
from your server correctly.

Don't forget to *** out the password from the trace ;-)

Michael





More information about the Squeak-dev mailing list