April 30, 2009
4:20 p.m.
I forgot to add that my image has seaside (even though i don't use it). Perhaps I should step back and make certain I have the right starting image for playing around with these sockets. As I said in a prior email FTPClient appears to have a code error: It looks like the last line of FTPClient>>openPassiveDataConnection should be: self openDataSocket: remoteHostAddress asSocketAddress port: dataPort instead of (current code): self openDataSocket: remoteHostAddress port: dataPort By making this change, I can get down to Socket primitive errors with the FTP side of Monticello. I am not set up to contribute code, so, it would be nice if somebody else could check this out, and submit the fix. -cam