April 24, 2009
3:15 p.m.
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? -- jbore@tjtech.com