From: Damian Terentiev Date: 2008-04-23T21:33:08+09:00 Subject: Net::FTP problem with localhost Good day all! I've started an FTP server on localhost:8021. Other clients (I've tried wget) connect successfully. Net:FTP.open('localhost:8021') raises an exception: SocketError: getaddrinfo: nodename nor servname provided, or not known It is ruby 1.8.6 on Mac OS X 10.5 Leopard. Could anyone please help me identify the source of the problem and give me any advice? -- Posted via http://www.ruby-forum.com/.