i did a search on the bugs/issues page and it turns out that im not the only one seeing this. Issue #753 is the exact same problem. can i ask you any more detail on what version and what updates you are running? On Fri, 24 Apr 2009, Cameron Sanders wrote:
I have been using the FTP connection in Monticello on both a Windows machine and Mac with no problems. I have not explored that code enough to offer any insight. Good luck. -Cam
On Apr 24, 2009, at 11:15 AM, Joseph T. Bore wrote:
Im trying to use monticello to connect to an FTP based monticello server.
but when i try to connect i get a message not understood error. It seems that Socket>>connectTo:port: is sending #port: to a ByteArray. the bytearray is the ip address octets, but it clearly doesnt understand #port:
this works fine for http based servers, but for an ftp server it gets this exception, is anyone else seeing this?
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- jbore@tjtech.com